Shades of Lime Green #28FB36
Tints of Lime Green #28FB36
RGB
CMYK
RGB Variations
Color information
#28FB36 (or 0x28FB36) is known color: Lime Green. HEX triplet: 28, FB and 36. RGB value is (40,251,54). Sum of RGB (Red+Green+Blue) = 40+251+54=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #28FB36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FB36 is #D704C9. Grayscale: #A6A6A6. Windows color (decimal): -14091466 or 3603240. OLE color: 3603240.
HSL color Cylindrical-coordinate representation of color #28FB36: hue angle of 123.98º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FB36 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 54 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.02 |
| HSL | 123.98º | 0.96% | 0.57% | - |
| HSV(B) | 123.98º | 0.84% | 0.98% | - |
| XYZ | 36.04 | 69.71 | 15.05 | - |
| YUV | 165.45 | 65.1 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 54 | 0.84 | 0 | 0.78 | 0.02 | 123.98 | 0.96 | 0.57 |
| Hex | 28 | FB | 36 | 54 | 0 | 4E | 2 | 7C | 60 | 39 |
| Octal | 50 | 373 | 66 | 124 | 0 | 116 | 2 | 174 | 140 | 71 |
| Binary | 101000 | 11111011 | 110110 | 1010100 | 0 | 1001110 | 10 | 1111100 | 1100000 | 111001 |
Color Harmonies of #28FB36
Complementary color
Monochromatic Colors of #28FB36
Black with #28FB36
Text Example
Text Example
White with #28FB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FB36; }
p { color: rgb(40,251,54); }
H1.HeaderClassName
{
color: #28FB36;
}
.AnyTagClassName
{
color: #28FB36;
}
</style>
background-color css
<style>
a { background-color: #28FB36; }
a { background-color: rgb(40,251,54); }
div.DivClassName
{
background-color: #28FB36;
}
.BgClassName
{
background-color: #28FB36;
}
</style>
border-color css
<style>
span { border-color: #28FB36; }
span { border-color: rgb(40,251,54); }
td.TdClassName
{
border-color: #28FB36;
}
.TagClassName
{
border-color: #28FB36;
}
</style>