#28D849

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

Shades of Lime Green #28D849

Tints of Lime Green #28D849

Color information

#28D849 (or 0x28D849) is unknown color: approx Lime Green. HEX triplet: 28, D8 and 49. RGB value is (40,216,73). Sum of RGB (Red+Green+Blue) = 40+216+73=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #28D849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D849 is #D727B6. Grayscale: #939393. Windows color (decimal): -14100407 or 4839464. OLE color: 4839464.

HSL color Cylindrical-coordinate representation of color #28D849: hue angle of 131.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D849 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB4021673-
CMYK0.8100.660.15
HSL131.25º69.29%50.2%-
HSV(B)131.25º81.48%84.71%-
XYZ26.6350.0414.56-
YUV147.0786.1951.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 216 (84.77% from 255) = 65.65%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=12.16%
G=65.65%
B=22.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal40216730.8100.660.15131.2569.2950.2
Hex28D84951042F834532
Octal5033011112101021720310562
Binary1010001101100010010011010001010000101111100000111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28D849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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