Shades of Lime Green #28F037
Tints of Lime Green #28F037
RGB
CMYK
RGB Variations
Color information
#28F037 (or 0x28F037) is known color: Lime Green. HEX triplet: 28, F0 and 37. RGB value is (40,240,55). Sum of RGB (Red+Green+Blue) = 40+240+55=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 240 (94.14% from 255 or 71.64% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 240 - color contains mainly: green. Hex color #28F037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F037 is #D70FC8. Grayscale: #9F9F9F. Windows color (decimal): -14094281 or 3665960. OLE color: 3665960.
HSL color Cylindrical-coordinate representation of color #28F037: hue angle of 124.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F037 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 55 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.06 |
| HSL | 124.5º | 0.87% | 0.55% | - |
| HSV(B) | 124.5º | 0.83% | 0.94% | - |
| XYZ | 32.72 | 63.05 | 14.06 | - |
| YUV | 159.11 | 69.24 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 55 | 0.83 | 0 | 0.77 | 0.06 | 124.5 | 0.87 | 0.55 |
| Hex | 28 | F0 | 37 | 53 | 0 | 4D | 6 | 7C | 57 | 37 |
| Octal | 50 | 360 | 67 | 123 | 0 | 115 | 6 | 174 | 127 | 67 |
| Binary | 101000 | 11110000 | 110111 | 1010011 | 0 | 1001101 | 110 | 1111100 | 1010111 | 110111 |
Color Harmonies of #28F037
Complementary color
Monochromatic Colors of #28F037
Black with #28F037
Text Example
Text Example
White with #28F037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F037; }
p { color: rgb(40,240,55); }
H1.HeaderClassName
{
color: #28F037;
}
.AnyTagClassName
{
color: #28F037;
}
</style>
background-color css
<style>
a { background-color: #28F037; }
a { background-color: rgb(40,240,55); }
div.DivClassName
{
background-color: #28F037;
}
.BgClassName
{
background-color: #28F037;
}
</style>
border-color css
<style>
span { border-color: #28F037; }
span { border-color: rgb(40,240,55); }
td.TdClassName
{
border-color: #28F037;
}
.TagClassName
{
border-color: #28F037;
}
</style>