#20E12E

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

Shades of Lime Green #20E12E

Tints of Lime Green #20E12E

Color information

#20E12E (or 0x20E12E) is unknown color: approx Lime Green. HEX triplet: 20, E1 and 2E. RGB value is (32,225,46). Sum of RGB (Red+Green+Blue) = 32+225+46=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 225 (88.28% from 255 or 74.26% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 225 - color contains mainly: green. Hex color #20E12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E12E is #DF1ED1. Grayscale: #939393. Windows color (decimal): -14622418 or 3072288. OLE color: 3072288.

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

Color convert

RGB3222546-
CMYK0.8600.800.12
HSL124.35º76.28%50.39%-
HSV(B)124.35º85.78%88.24%-
XYZ28.0154.3511.6-
YUV146.8971.0646.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.56%
GREEN value IS 225 (88.28% from 255) = 74.26%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=10.56%
G=74.26%
B=15.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal32225460.8600.800.12124.3576.2850.39
Hex20E12E56050C7c4c32
Octal403415612601201417411462
Binary10000011100001101110101011001010000110011111001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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