#20E026

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

Shades of Lime Green #20E026

Tints of Lime Green #20E026

Color information

#20E026 (or 0x20E026) is unknown color: approx Lime Green. HEX triplet: 20, E0 and 26. RGB value is (32,224,38). Sum of RGB (Red+Green+Blue) = 32+224+38=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #20E026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E026 is #DF1FD9. Grayscale: #919191. Windows color (decimal): -14622682 or 2547744. OLE color: 2547744.

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

Color convert

RGB3222438-
CMYK0.8600.830.12
HSL121.88º75.59%50.2%-
HSV(B)121.88º85.71%87.84%-
XYZ27.653.7610.76-
YUV145.3967.3947.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.88%
GREEN value IS 224 (87.89% from 255) = 76.19%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=10.88%
G=76.19%
B=12.93%

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
Decimal32224380.8600.830.12121.8875.5950.2
Hex20E02656053C7a4c32
Octal403404612601231417211462
Binary10000011100000100110101011001010011110011110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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