Html Css Color HEX #20E02C Lime Green

📋 copy color: '#20E02C'

red 32 ◦ green 224 ◦ blue 44

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

Shades of Lime Green #20E02C

Tints of Lime Green #20E02C

RGB

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

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

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

R = 10.67%
G = 74.67%
B = 14.67%

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

#20E02C (or 0x20E02C) is known color: Lime Green. HEX triplet: 20, E0 and 2C. RGB value is (32,224,44). Sum of RGB (Red+Green+Blue) = 32+224+44=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 224 (87.89% from 255 or 74.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 224 - color contains mainly: green. Hex color #20E02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E02C is #DF1FD3. Grayscale: #929292. Windows color (decimal): -14622676 or 2940960. OLE color: 2940960.

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

Color convert

RGB 32 224 44 -
CMYK 0.86 0 0.80 0.12
HSL 123.75º 0.76% 0.5% -
HSV(B) 123.75º 0.86% 0.88% -
XYZ 27.71 53.8 11.31 -
YUV 146.07 70.39 46.64 -
System Red Green Blue C M Y K H S L
Decimal 32 224 44 0.86 0 0.80 0.12 123.75 0.76 0.5
Hex 20 E0 2C 56 0 50 C 7C 4C 32
Octal 40 340 54 126 0 120 14 174 114 62
Binary 100000 11100000 101100 1010110 0 1010000 1100 1111100 1001100 110010

Color Harmonies of #20E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E02C

Black with #20E02C

Text Example


Text Example

White with #20E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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