Html Css Color HEX #20D142 Lime Green

📋 copy color: '#20D142'

red 32 ◦ green 209 ◦ blue 66

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

Shades of Lime Green #20D142

Tints of Lime Green #20D142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 10.42%
G = 68.08%
B = 21.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#20D142 (or 0x20D142) is known color: Lime Green. HEX triplet: 20, D1 and 42. RGB value is (32,209,66). Sum of RGB (Red+Green+Blue) = 32+209+66=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #20D142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D142 is #DF2EBD. Grayscale: #8C8C8C. Windows color (decimal): -14626494 or 4378912. OLE color: 4378912.

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

Color convert

RGB 32 209 66 -
CMYK 0.85 0 0.68 0.18
HSL 131.53º 0.73% 0.47% -
HSV(B) 131.53º 0.85% 0.82% -
XYZ 24.38 46.3 12.81 -
YUV 139.78 86.36 51.13 -
System Red Green Blue C M Y K H S L
Decimal 32 209 66 0.85 0 0.68 0.18 131.53 0.73 0.47
Hex 20 D1 42 55 0 44 12 84 49 2F
Octal 40 321 102 125 0 104 22 204 111 57
Binary 100000 11010001 1000010 1010101 0 1000100 10010 10000100 1001001 101111

Color Harmonies of #20D142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D142

Black with #20D142

Text Example


Text Example

White with #20D142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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