Shades of Lime Green #28D04A
Tints of Lime Green #28D04A
RGB
CMYK
RGB Variations
Color information
#28D04A (or 0x28D04A) is known color: Lime Green. HEX triplet: 28, D0 and 4A. RGB value is (40,208,74). Sum of RGB (Red+Green+Blue) = 40+208+74=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #28D04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D04A is #D72FB5. Grayscale: #8E8E8E. Windows color (decimal): -14102454 or 4902952. OLE color: 4902952.
HSL color Cylindrical-coordinate representation of color #28D04A: hue angle of 132.14º 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 #28D04A is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 74 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.18 |
| HSL | 132.14º | 0.68% | 0.49% | - |
| HSV(B) | 132.14º | 0.81% | 0.82% | - |
| XYZ | 24.67 | 46.06 | 14.07 | - |
| YUV | 142.49 | 89.34 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 74 | 0.81 | 0 | 0.64 | 0.18 | 132.14 | 0.68 | 0.49 |
| Hex | 28 | D0 | 4A | 51 | 0 | 40 | 12 | 84 | 44 | 31 |
| Octal | 50 | 320 | 112 | 121 | 0 | 100 | 22 | 204 | 104 | 61 |
| Binary | 101000 | 11010000 | 1001010 | 1010001 | 0 | 1000000 | 10010 | 10000100 | 1000100 | 110001 |
Color Harmonies of #28D04A
Complementary color
Monochromatic Colors of #28D04A
Black with #28D04A
Text Example
Text Example
White with #28D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D04A; }
p { color: rgb(40,208,74); }
H1.HeaderClassName
{
color: #28D04A;
}
.AnyTagClassName
{
color: #28D04A;
}
</style>
background-color css
<style>
a { background-color: #28D04A; }
a { background-color: rgb(40,208,74); }
div.DivClassName
{
background-color: #28D04A;
}
.BgClassName
{
background-color: #28D04A;
}
</style>
border-color css
<style>
span { border-color: #28D04A; }
span { border-color: rgb(40,208,74); }
td.TdClassName
{
border-color: #28D04A;
}
.TagClassName
{
border-color: #28D04A;
}
</style>