Html Css Color HEX #20DF36 Lime Green

📋 copy color: '#20DF36'

red 32 ◦ green 223 ◦ blue 54

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

Shades of Lime Green #20DF36

Tints of Lime Green #20DF36

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.17%

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

R = 10.36%
G = 72.17%
B = 17.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#20DF36 (or 0x20DF36) is known color: Lime Green. HEX triplet: 20, DF and 36. RGB value is (32,223,54). Sum of RGB (Red+Green+Blue) = 32+223+54=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 223 (87.5% from 255 or 72.17% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF36 is #DF20C9. Grayscale: #939393. Windows color (decimal): -14622922 or 3596064. OLE color: 3596064.

HSL color Cylindrical-coordinate representation of color #20DF36: hue angle of 126.91º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF36 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 223 54 -
CMYK 0.86 0 0.76 0.13
HSL 126.91º 0.75% 0.5% -
HSV(B) 126.91º 0.86% 0.87% -
XYZ 27.65 53.35 12.33 -
YUV 146.63 75.72 46.24 -
System Red Green Blue C M Y K H S L
Decimal 32 223 54 0.86 0 0.76 0.13 126.91 0.75 0.5
Hex 20 DF 36 56 0 4C D 7F 4B 32
Octal 40 337 66 126 0 114 15 177 113 62
Binary 100000 11011111 110110 1010110 0 1001100 1101 1111111 1001011 110010

Color Harmonies of #20DF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF36

Black with #20DF36

Text Example


Text Example

White with #20DF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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