Html Css Color HEX #36D040 Lime Green

📋 copy color: '#36D040'

red 54 ◦ green 208 ◦ blue 64

#36D040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #36D040

Tints of Lime Green #36D040

RGB

 RED value IS 54 (21.48% from 255) = 16.56%

 GREEN value IS 208 (81.64% from 255) = 63.8%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 16.56%
G = 63.8%
B = 19.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#36D040 (or 0x36D040) is known color: Lime Green. HEX triplet: 36, D0 and 40. RGB value is (54,208,64). Sum of RGB (Red+Green+Blue) = 54+208+64=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #36D040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D040 is #C92FBF. Grayscale: #919191. Windows color (decimal): -13184960 or 4247606. OLE color: 4247606.

HSL color Cylindrical-coordinate representation of color #36D040: hue angle of 123.9º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D040 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 208 64 -
CMYK 0.74 0 0.69 0.18
HSL 123.9º 0.62% 0.51% -
HSV(B) 123.9º 0.74% 0.82% -
XYZ 25 46.27 12.46 -
YUV 145.54 81.98 62.71 -
System Red Green Blue C M Y K H S L
Decimal 54 208 64 0.74 0 0.69 0.18 123.9 0.62 0.51
Hex 36 D0 40 4A 0 45 12 7C 3E 33
Octal 66 320 100 112 0 105 22 174 76 63
Binary 110110 11010000 1000000 1001010 0 1000101 10010 1111100 111110 110011

Color Harmonies of #36D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D040

Black with #36D040

Text Example


Text Example

White with #36D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,208,64); }

 H1.HeaderClassName
 {
   color: #36D040;
 }
 .AnyTagClassName
 {
   color: #36D040;
 }
</style>

background-color css

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

 a { background-color: rgb(54,208,64); }

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

border-color css

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

 span { border-color: rgb(54,208,64); }

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