#20E025

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

Shades of Lime Green #20E025

Tints of Lime Green #20E025

Color information

#20E025 (or 0x20E025) is unknown color: approx Lime Green. HEX triplet: 20, E0 and 25. RGB value is (32,224,37). Sum of RGB (Red+Green+Blue) = 32+224+37=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #20E025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E025 is #DF1FDA. Grayscale: #919191. Windows color (decimal): -14622683 or 2482208. OLE color: 2482208.

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

Color convert

RGB3222437-
CMYK0.8600.830.12
HSL121.56º75.59%50.2%-
HSV(B)121.56º85.71%87.84%-
XYZ27.5953.7510.67-
YUV145.2766.8947.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 224 (87.89% from 255) = 76.45%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=10.92%
G=76.45%
B=12.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal32224370.8600.830.12121.5675.5950.2
Hex20E02556053C7a4c32
Octal403404512601231417211462
Binary10000011100000100101101011001010011110011110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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