Shades of Lime Green #28FA36
Tints of Lime Green #28FA36
RGB
CMYK
RGB Variations
Color information
#28FA36 (or 0x28FA36) is known color: Lime Green. HEX triplet: 28, FA and 36. RGB value is (40,250,54). Sum of RGB (Red+Green+Blue) = 40+250+54=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA36 is #D705C9. Grayscale: #A5A5A5. Windows color (decimal): -14091722 or 3602984. OLE color: 3602984.
HSL color Cylindrical-coordinate representation of color #28FA36: hue angle of 124º degrees, saturation: 0.95, 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 #28FA36 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 54 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.02 |
| HSL | 124º | 0.95% | 0.57% | - |
| HSV(B) | 124º | 0.84% | 0.98% | - |
| XYZ | 35.73 | 69.09 | 14.94 | - |
| YUV | 164.87 | 65.43 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 54 | 0.84 | 0 | 0.78 | 0.02 | 124 | 0.95 | 0.57 |
| Hex | 28 | FA | 36 | 54 | 0 | 4E | 2 | 7C | 5F | 39 |
| Octal | 50 | 372 | 66 | 124 | 0 | 116 | 2 | 174 | 137 | 71 |
| Binary | 101000 | 11111010 | 110110 | 1010100 | 0 | 1001110 | 10 | 1111100 | 1011111 | 111001 |
Color Harmonies of #28FA36
Complementary color
Monochromatic Colors of #28FA36
Black with #28FA36
Text Example
Text Example
White with #28FA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA36; }
p { color: rgb(40,250,54); }
H1.HeaderClassName
{
color: #28FA36;
}
.AnyTagClassName
{
color: #28FA36;
}
</style>
background-color css
<style>
a { background-color: #28FA36; }
a { background-color: rgb(40,250,54); }
div.DivClassName
{
background-color: #28FA36;
}
.BgClassName
{
background-color: #28FA36;
}
</style>
border-color css
<style>
span { border-color: #28FA36; }
span { border-color: rgb(40,250,54); }
td.TdClassName
{
border-color: #28FA36;
}
.TagClassName
{
border-color: #28FA36;
}
</style>