#20E01E

Color #20E01E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20E01E

Tints of Lime Green #20E01E

Color information

#20E01E (or 0x20E01E) is unknown color: approx Lime Green. HEX triplet: 20, E0 and 1E. RGB value is (32,224,30). Sum of RGB (Red+Green+Blue) = 32+224+30=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #20E01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E01E is #DF1FE1. Grayscale: #919191. Windows color (decimal): -14622690 or 2023456. OLE color: 2023456.

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

Color convert

RGB3222430-
CMYK0.8600.870.12
HSL119.38º76.38%49.8%-
HSV(B)119.38º86.61%87.84%-
XYZ27.4953.7110.15-
YUV144.4863.3947.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 224 (87.89% from 255) = 78.32%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=11.19%
G=78.32%
B=10.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal32224300.8600.870.12119.3876.3849.8
Hex20E01E56057C774c32
Octal403403612601271416711462
Binary1000001110000011110101011001010111110011101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20E01E;
 }
 .AnyTagClassName
 {
   color: #20E01E;
 }
</style>
background-color css

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

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

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

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

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

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