Html Css Color HEX #20D42A Lime Green

📋 copy color: '#20D42A'

red 32 ◦ green 212 ◦ blue 42

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

Shades of Lime Green #20D42A

Tints of Lime Green #20D42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 74.13%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 11.19%
G = 74.13%
B = 14.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#20D42A (or 0x20D42A) is known color: Lime Green. HEX triplet: 20, D4 and 2A. RGB value is (32,212,42). Sum of RGB (Red+Green+Blue) = 32+212+42=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 212 (83.20% from 255 or 74.13% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 212 - color contains mainly: green. Hex color #20D42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D42A is #DF2BD5. Grayscale: #8B8B8B. Windows color (decimal): -14625750 or 2806816. OLE color: 2806816.

HSL color Cylindrical-coordinate representation of color #20D42A: hue angle of 123.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D42A is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 32 212 42 -
CMYK 0.85 0 0.80 0.17
HSL 123.33º 0.74% 0.48% -
HSV(B) 123.33º 0.85% 0.83% -
XYZ 24.56 47.56 10.08 -
YUV 138.8 73.37 51.82 -
System Red Green Blue C M Y K H S L
Decimal 32 212 42 0.85 0 0.80 0.17 123.33 0.74 0.48
Hex 20 D4 2A 55 0 50 11 7B 4A 30
Octal 40 324 52 125 0 120 21 173 112 60
Binary 100000 11010100 101010 1010101 0 1010000 10001 1111011 1001010 110000

Color Harmonies of #20D42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D42A

Black with #20D42A

Text Example


Text Example

White with #20D42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,212,42); }

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

background-color css

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

 a { background-color: rgb(32,212,42); }

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

border-color css

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

 span { border-color: rgb(32,212,42); }

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