Html Css Color HEX #20E02A Lime Green

📋 copy color: '#20E02A'

red 32 ◦ green 224 ◦ blue 42

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

Shades of Lime Green #20E02A

Tints of Lime Green #20E02A

RGB

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

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

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

R = 10.74%
G = 75.17%
B = 14.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#20E02A (or 0x20E02A) is known color: Lime Green. HEX triplet: 20, E0 and 2A. RGB value is (32,224,42). Sum of RGB (Red+Green+Blue) = 32+224+42=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 224 (87.89% from 255 or 75.17% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 224 - color contains mainly: green. Hex color #20E02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E02A is #DF1FD5. Grayscale: #929292. Windows color (decimal): -14622678 or 2809888. OLE color: 2809888.

HSL color Cylindrical-coordinate representation of color #20E02A: hue angle of 123.12º 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 #20E02A is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 224 42 -
CMYK 0.86 0 0.81 0.12
HSL 123.13º 0.76% 0.5% -
HSV(B) 123.13º 0.86% 0.88% -
XYZ 27.67 53.79 11.11 -
YUV 145.84 69.39 46.8 -
System Red Green Blue C M Y K H S L
Decimal 32 224 42 0.86 0 0.81 0.12 123.13 0.76 0.5
Hex 20 E0 2A 56 0 51 C 7B 4C 32
Octal 40 340 52 126 0 121 14 173 114 62
Binary 100000 11100000 101010 1010110 0 1010001 1100 1111011 1001100 110010

Color Harmonies of #20E02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E02A

Black with #20E02A

Text Example


Text Example

White with #20E02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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