Html Css Color HEX #20D32C Lime Green

📋 copy color: '#20D32C'

red 32 ◦ green 211 ◦ blue 44

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

Shades of Lime Green #20D32C

Tints of Lime Green #20D32C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.52%

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 11.15%
G = 73.52%
B = 15.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#20D32C (or 0x20D32C) is known color: Lime Green. HEX triplet: 20, D3 and 2C. RGB value is (32,211,44). Sum of RGB (Red+Green+Blue) = 32+211+44=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 211 (82.81% from 255 or 73.52% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 211 - color contains mainly: green. Hex color #20D32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D32C is #DF2CD3. Grayscale: #8A8A8A. Windows color (decimal): -14626004 or 2937632. OLE color: 2937632.

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

Color convert

RGB 32 211 44 -
CMYK 0.85 0 0.79 0.17
HSL 124.02º 0.74% 0.48% -
HSV(B) 124.02º 0.85% 0.83% -
XYZ 24.34 47.08 10.19 -
YUV 138.44 74.7 52.08 -
System Red Green Blue C M Y K H S L
Decimal 32 211 44 0.85 0 0.79 0.17 124.02 0.74 0.48
Hex 20 D3 2C 55 0 4F 11 7C 4A 30
Octal 40 323 54 125 0 117 21 174 112 60
Binary 100000 11010011 101100 1010101 0 1001111 10001 1111100 1001010 110000

Color Harmonies of #20D32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D32C

Black with #20D32C

Text Example


Text Example

White with #20D32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,211,44); }

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

background-color css

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

 a { background-color: rgb(32,211,44); }

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

border-color css

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

 span { border-color: rgb(32,211,44); }

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