Shades of Lime Green #28FC37
Tints of Lime Green #28FC37
RGB
CMYK
RGB Variations
Color information
#28FC37 (or 0x28FC37) is known color: Lime Green. HEX triplet: 28, FC and 37. RGB value is (40,252,55). Sum of RGB (Red+Green+Blue) = 40+252+55=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FC37 is #D703C8. Grayscale: #A6A6A6. Windows color (decimal): -14091209 or 3669032. OLE color: 3669032.
HSL color Cylindrical-coordinate representation of color #28FC37: hue angle of 124.25º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FC37 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 55 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.01 |
| HSL | 124.25º | 0.97% | 0.57% | - |
| HSV(B) | 124.25º | 0.84% | 0.99% | - |
| XYZ | 36.38 | 70.35 | 15.28 | - |
| YUV | 166.15 | 65.26 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 55 | 0.84 | 0 | 0.78 | 0.01 | 124.25 | 0.97 | 0.57 |
| Hex | 28 | FC | 37 | 54 | 0 | 4E | 1 | 7C | 61 | 39 |
| Octal | 50 | 374 | 67 | 124 | 0 | 116 | 1 | 174 | 141 | 71 |
| Binary | 101000 | 11111100 | 110111 | 1010100 | 0 | 1001110 | 1 | 1111100 | 1100001 | 111001 |
Color Harmonies of #28FC37
Complementary color
Monochromatic Colors of #28FC37
Black with #28FC37
Text Example
Text Example
White with #28FC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FC37; }
p { color: rgb(40,252,55); }
H1.HeaderClassName
{
color: #28FC37;
}
.AnyTagClassName
{
color: #28FC37;
}
</style>
background-color css
<style>
a { background-color: #28FC37; }
a { background-color: rgb(40,252,55); }
div.DivClassName
{
background-color: #28FC37;
}
.BgClassName
{
background-color: #28FC37;
}
</style>
border-color css
<style>
span { border-color: #28FC37; }
span { border-color: rgb(40,252,55); }
td.TdClassName
{
border-color: #28FC37;
}
.TagClassName
{
border-color: #28FC37;
}
</style>