Html Css Color HEX #36D620 Lime Green

📋 copy color: '#36D620'

red 54 ◦ green 214 ◦ blue 32

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

Shades of Lime Green #36D620

Tints of Lime Green #36D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 71.33%

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 18%
G = 71.33%
B = 10.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#36D620 (or 0x36D620) is known color: Lime Green. HEX triplet: 36, D6 and 20. RGB value is (54,214,32). Sum of RGB (Red+Green+Blue) = 54+214+32=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 214 (83.98% from 255 or 71.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 214 - color contains mainly: green. Hex color #36D620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D620 is #C929DF. Grayscale: #919191. Windows color (decimal): -13183456 or 2151990. OLE color: 2151990.

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

Color convert

RGB 54 214 32 -
CMYK 0.75 0 0.85 0.16
HSL 112.75º 0.74% 0.48% -
HSV(B) 112.75º 0.85% 0.84% -
XYZ 25.83 48.98 9.46 -
YUV 145.41 63.99 62.8 -
System Red Green Blue C M Y K H S L
Decimal 54 214 32 0.75 0 0.85 0.16 112.75 0.74 0.48
Hex 36 D6 20 4B 0 55 10 71 4A 30
Octal 66 326 40 113 0 125 20 161 112 60
Binary 110110 11010110 100000 1001011 0 1010101 10000 1110001 1001010 110000

Color Harmonies of #36D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D620

Black with #36D620

Text Example


Text Example

White with #36D620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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