#28d13e

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

Shades of Lime Green #28D13E

Tints of Lime Green #28D13E

Color information

#28D13E (or 0x28D13E) is unknown color: approx Lime Green. HEX triplet: 28, D1 and 3E. RGB value is (40,209,62). Sum of RGB (Red+Green+Blue) = 40+209+62=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 209 (82.03% from 255 or 67.20% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 209 - color contains mainly: green. Hex color #28D13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D13E is #D72EC1. Grayscale: #8E8E8E. Windows color (decimal): -14102210 or 4116776. OLE color: 4116776.

HSL color Cylindrical-coordinate representation of color #28D13E: hue angle of 127.81º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D13E is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB4020962-
CMYK0.8100.700.18
HSL127.81º67.87%48.82%-
HSV(B)127.81º80.86%81.96%-
XYZ24.5546.412.22-
YUV141.7183.0155.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 209 (82.03% from 255) = 67.20%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=12.86%
G=67.20%
B=19.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal40209620.8100.700.18127.8167.8748.82
Hex28D13E5104612804431
Octal503217612101062220010461
Binary1010001101000111111010100010100011010010100000001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28d13e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,209,62); }

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

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

 a { background-color: rgb(40,209,62); }

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

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

 span { border-color: rgb(40,209,62); }

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