Html Css Color HEX #20D11E Lime Green

📋 copy color: '#20D11E'

red 32 ◦ green 209 ◦ blue 30

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

Shades of Lime Green #20D11E

Tints of Lime Green #20D11E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.12%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 11.81%
G = 77.12%
B = 11.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#20D11E (or 0x20D11E) is known color: Lime Green. HEX triplet: 20, D1 and 1E. RGB value is (32,209,30). Sum of RGB (Red+Green+Blue) = 32+209+30=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 209 (82.03% from 255 or 77.12% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 209 - color contains mainly: green. Hex color #20D11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D11E is #DF2EE1. Grayscale: #888888. Windows color (decimal): -14626530 or 2019616. OLE color: 2019616.

HSL color Cylindrical-coordinate representation of color #20D11E: hue angle of 119.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20D11E is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 209 30 -
CMYK 0.85 0 0.86 0.18
HSL 119.33º 0.75% 0.47% -
HSV(B) 119.33º 0.86% 0.82% -
XYZ 23.63 46 8.86 -
YUV 135.67 68.36 54.05 -
System Red Green Blue C M Y K H S L
Decimal 32 209 30 0.85 0 0.86 0.18 119.33 0.75 0.47
Hex 20 D1 1E 55 0 56 12 77 4B 2F
Octal 40 321 36 125 0 126 22 167 113 57
Binary 100000 11010001 11110 1010101 0 1010110 10010 1110111 1001011 101111

Color Harmonies of #20D11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D11E

Black with #20D11E

Text Example


Text Example

White with #20D11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,209,30); }

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

background-color css

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

 a { background-color: rgb(32,209,30); }

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

border-color css

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

 span { border-color: rgb(32,209,30); }

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