Html Css Color HEX #20CF36 Lime Green

📋 copy color: '#20CF36'

red 32 ◦ green 207 ◦ blue 54

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

Shades of Lime Green #20CF36

Tints of Lime Green #20CF36

RGB

 RED value IS 32 (12.89% from 255) = 10.92%

 GREEN value IS 207 (81.25% from 255) = 70.65%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 10.92%
G = 70.65%
B = 18.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#20CF36 (or 0x20CF36) is known color: Lime Green. HEX triplet: 20, CF and 36. RGB value is (32,207,54). Sum of RGB (Red+Green+Blue) = 32+207+54=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF36 is #DF30C9. Grayscale: #898989. Windows color (decimal): -14627018 or 3591968. OLE color: 3591968.

HSL color Cylindrical-coordinate representation of color #20CF36: hue angle of 127.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF36 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 207 54 -
CMYK 0.85 0 0.74 0.19
HSL 127.54º 0.73% 0.47% -
HSV(B) 127.54º 0.85% 0.81% -
XYZ 23.57 45.2 10.97 -
YUV 137.23 81.02 52.94 -
System Red Green Blue C M Y K H S L
Decimal 32 207 54 0.85 0 0.74 0.19 127.54 0.73 0.47
Hex 20 CF 36 55 0 4A 13 80 49 2F
Octal 40 317 66 125 0 112 23 200 111 57
Binary 100000 11001111 110110 1010101 0 1001010 10011 10000000 1001001 101111

Color Harmonies of #20CF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CF36

Black with #20CF36

Text Example


Text Example

White with #20CF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CF36; }

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

 H1.HeaderClassName
 {
   color: #20CF36;
 }
 .AnyTagClassName
 {
   color: #20CF36;
 }
</style>

background-color css

<style>
 a { background-color: #20CF36; }

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

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

border-color css

<style>
 span { border-color: #20CF36; }

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

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