Html Css Color HEX #20D034 Lime Green

📋 copy color: '#20D034'

red 32 ◦ green 208 ◦ blue 52

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

Shades of Lime Green #20D034

Tints of Lime Green #20D034

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.23%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 10.96%
G = 71.23%
B = 17.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#20D034 (or 0x20D034) is known color: Lime Green. HEX triplet: 20, D0 and 34. RGB value is (32,208,52). Sum of RGB (Red+Green+Blue) = 32+208+52=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #20D034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D034 is #DF2FCB. Grayscale: #8A8A8A. Windows color (decimal): -14626764 or 3461152. OLE color: 3461152.

HSL color Cylindrical-coordinate representation of color #20D034: hue angle of 126.82º 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 #20D034 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 52 -
CMYK 0.85 0 0.75 0.18
HSL 126.82º 0.73% 0.47% -
HSV(B) 126.82º 0.85% 0.82% -
XYZ 23.77 45.67 10.81 -
YUV 137.59 79.69 52.68 -
System Red Green Blue C M Y K H S L
Decimal 32 208 52 0.85 0 0.75 0.18 126.82 0.73 0.47
Hex 20 D0 34 55 0 4B 12 7F 49 2F
Octal 40 320 64 125 0 113 22 177 111 57
Binary 100000 11010000 110100 1010101 0 1001011 10010 1111111 1001001 101111

Color Harmonies of #20D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D034

Black with #20D034

Text Example


Text Example

White with #20D034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,208,52); }

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

background-color css

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

 a { background-color: rgb(32,208,52); }

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

border-color css

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

 span { border-color: rgb(32,208,52); }

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