#36D64C

Color #36D64C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #36D64C

Tints of Lime Green #36D64C

Color information

#36D64C (or 0x36D64C) is unknown color: approx Lime Green. HEX triplet: 36, D6 and 4C. RGB value is (54,214,76). Sum of RGB (Red+Green+Blue) = 54+214+76=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #36D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D64C is #C929B3. Grayscale: #969696. Windows color (decimal): -13183412 or 5035574. OLE color: 5035574.

HSL color Cylindrical-coordinate representation of color #36D64C: hue angle of 128.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D64C is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB5421476-
CMYK0.7500.640.16
HSL128.25º66.12%52.55%-
HSV(B)128.25º74.77%83.92%-
XYZ26.8749.414.96-
YUV150.4385.9959.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 214 (83.98% from 255) = 62.21%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=15.70%
G=62.21%
B=22.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54214760.7500.640.16128.2566.1252.55
Hex36D64C4B04010804235
Octal6632611411301002020010265
Binary11011011010110100110010010110100000010000100000001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36D64C; }

 p { color: rgb(54,214,76); }

 H1.HeaderClassName
 {
   color: #36D64C;
 }
 .AnyTagClassName
 {
   color: #36D64C;
 }
</style>
background-color css

<style>
 a { background-color: #36D64C; }

 a { background-color: rgb(54,214,76); }

 div.DivClassName
 {
   background-color: #36D64C;
 }
 .BgClassName
 {
   background-color: #36D64C;
 }
</style>
border-color css

<style>
 span { border-color: #36D64C; }

 span { border-color: rgb(54,214,76); }

 td.TdClassName
 {
   border-color: #36D64C;
 }
 .TagClassName
 {
   border-color: #36D64C;
 }
</style>