#28E522

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

Shades of Lime Green #28E522

Tints of Lime Green #28E522

Color information

#28E522 (or 0x28E522) is unknown color: approx Lime Green. HEX triplet: 28, E5 and 22. RGB value is (40,229,34). Sum of RGB (Red+Green+Blue) = 40+229+34=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 229 (89.84% from 255 or 75.58% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 229 - color contains mainly: green. Hex color #28E522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E522 is #D71ADD. Grayscale: #969696. Windows color (decimal): -14097118 or 2286888. OLE color: 2286888.

HSL color Cylindrical-coordinate representation of color #28E522: hue angle of 118.15º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28E522 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB4022934-
CMYK0.8300.850.10
HSL118.15º78.95%51.57%-
HSV(B)118.15º85.15%89.8%-
XYZ29.1856.6110.9-
YUV150.2662.3849.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 229 (89.84% from 255) = 75.58%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=13.20%
G=75.58%
B=11.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal40229340.8300.850.10118.1578.9551.57
Hex28E52253055A764f34
Octal503454212301251216611764
Binary10100011100101100010101001101010101101011101101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28E522; }

 p { color: rgb(40,229,34); }

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

<style>
 a { background-color: #28E522; }

 a { background-color: rgb(40,229,34); }

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

<style>
 span { border-color: #28E522; }

 span { border-color: rgb(40,229,34); }

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