Html Css Color HEX #20E02D Lime Green

📋 copy color: '#20E02D'

red 32 ◦ green 224 ◦ blue 45

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

Shades of Lime Green #20E02D

Tints of Lime Green #20E02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.42%

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 10.63%
G = 74.42%
B = 14.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#20E02D (or 0x20E02D) is known color: Lime Green. HEX triplet: 20, E0 and 2D. RGB value is (32,224,45). Sum of RGB (Red+Green+Blue) = 32+224+45=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 224 (87.89% from 255 or 74.42% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 224 - color contains mainly: green. Hex color #20E02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E02D is #DF1FD2. Grayscale: #929292. Windows color (decimal): -14622675 or 3006496. OLE color: 3006496.

HSL color Cylindrical-coordinate representation of color #20E02D: hue angle of 124.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E02D is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 224 45 -
CMYK 0.86 0 0.80 0.12
HSL 124.06º 0.76% 0.5% -
HSV(B) 124.06º 0.86% 0.88% -
XYZ 27.72 53.81 11.41 -
YUV 146.19 70.89 46.55 -
System Red Green Blue C M Y K H S L
Decimal 32 224 45 0.86 0 0.80 0.12 124.06 0.76 0.5
Hex 20 E0 2D 56 0 50 C 7C 4C 32
Octal 40 340 55 126 0 120 14 174 114 62
Binary 100000 11100000 101101 1010110 0 1010000 1100 1111100 1001100 110010

Color Harmonies of #20E02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E02D

Black with #20E02D

Text Example


Text Example

White with #20E02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,224,45); }

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

background-color css

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

 a { background-color: rgb(32,224,45); }

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

border-color css

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

 span { border-color: rgb(32,224,45); }

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