#28D815

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

Shades of Lime Green #28D815

Tints of Lime Green #28D815

Color information

#28D815 (or 0x28D815) is unknown color: approx Lime Green. HEX triplet: 28, D8 and 15. RGB value is (40,216,21). Sum of RGB (Red+Green+Blue) = 40+216+21=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #28D815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D815 is #D727EA. Grayscale: #8D8D8D. Windows color (decimal): -14100459 or 1431592. OLE color: 1431592.

HSL color Cylindrical-coordinate representation of color #28D815: hue angle of 114.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28D815 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB4021621-
CMYK0.8100.900.15
HSL114.15º82.28%46.47%-
HSV(B)114.15º90.28%84.71%-
XYZ25.5749.628.94-
YUV141.1560.1955.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.44%
GREEN value IS 216 (84.77% from 255) = 77.98%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=14.44%
G=77.98%
B=7.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal40216210.8100.900.15114.1582.2846.47
Hex28D8155105AF72522e
Octal503302512101321716212256
Binary1010001101100010101101000101011010111111100101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,216,21); }

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

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

 a { background-color: rgb(40,216,21); }

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

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

 span { border-color: rgb(40,216,21); }

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