Html Css Color HEX #20D52E Lime Green

📋 copy color: '#20D52E'

red 32 ◦ green 213 ◦ blue 46

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

Shades of Lime Green #20D52E

Tints of Lime Green #20D52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.2%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 11%
G = 73.2%
B = 15.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#20D52E (or 0x20D52E) is known color: Lime Green. HEX triplet: 20, D5 and 2E. RGB value is (32,213,46). Sum of RGB (Red+Green+Blue) = 32+213+46=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #20D52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D52E is #DF2AD1. Grayscale: #8C8C8C. Windows color (decimal): -14625490 or 3069216. OLE color: 3069216.

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

Color convert

RGB 32 213 46 -
CMYK 0.85 0 0.78 0.16
HSL 124.64º 0.74% 0.48% -
HSV(B) 124.64º 0.85% 0.84% -
XYZ 24.88 48.09 10.56 -
YUV 139.84 75.03 51.08 -
System Red Green Blue C M Y K H S L
Decimal 32 213 46 0.85 0 0.78 0.16 124.64 0.74 0.48
Hex 20 D5 2E 55 0 4E 10 7D 4A 30
Octal 40 325 56 125 0 116 20 175 112 60
Binary 100000 11010101 101110 1010101 0 1001110 10000 1111101 1001010 110000

Color Harmonies of #20D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D52E

Black with #20D52E

Text Example


Text Example

White with #20D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,213,46); }

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

background-color css

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

 a { background-color: rgb(32,213,46); }

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

border-color css

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

 span { border-color: rgb(32,213,46); }

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