Shades of Lime Green #28F436
Tints of Lime Green #28F436
RGB
CMYK
RGB Variations
Color information
#28F436 (or 0x28F436) is known color: Lime Green. HEX triplet: 28, F4 and 36. RGB value is (40,244,54). Sum of RGB (Red+Green+Blue) = 40+244+54=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #28F436 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F436 is #D70BC9. Grayscale: #A1A1A1. Windows color (decimal): -14093258 or 3601448. OLE color: 3601448.
HSL color Cylindrical-coordinate representation of color #28F436: hue angle of 124.12º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F436 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 244 | 54 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.04 |
| HSL | 124.12º | 0.9% | 0.56% | - |
| HSV(B) | 124.12º | 0.84% | 0.96% | - |
| XYZ | 33.89 | 65.42 | 14.33 | - |
| YUV | 161.34 | 67.41 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 244 | 54 | 0.84 | 0 | 0.78 | 0.04 | 124.12 | 0.9 | 0.56 |
| Hex | 28 | F4 | 36 | 54 | 0 | 4E | 4 | 7C | 5A | 38 |
| Octal | 50 | 364 | 66 | 124 | 0 | 116 | 4 | 174 | 132 | 70 |
| Binary | 101000 | 11110100 | 110110 | 1010100 | 0 | 1001110 | 100 | 1111100 | 1011010 | 111000 |
Color Harmonies of #28F436
Complementary color
Monochromatic Colors of #28F436
Black with #28F436
Text Example
Text Example
White with #28F436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F436; }
p { color: rgb(40,244,54); }
H1.HeaderClassName
{
color: #28F436;
}
.AnyTagClassName
{
color: #28F436;
}
</style>
background-color css
<style>
a { background-color: #28F436; }
a { background-color: rgb(40,244,54); }
div.DivClassName
{
background-color: #28F436;
}
.BgClassName
{
background-color: #28F436;
}
</style>
border-color css
<style>
span { border-color: #28F436; }
span { border-color: rgb(40,244,54); }
td.TdClassName
{
border-color: #28F436;
}
.TagClassName
{
border-color: #28F436;
}
</style>