Shades of Lime Green #28F030
Tints of Lime Green #28F030
RGB
CMYK
RGB Variations
Color information
#28F030 (or 0x28F030) is known color: Lime Green. HEX triplet: 28, F0 and 30. RGB value is (40,240,48). Sum of RGB (Red+Green+Blue) = 40+240+48=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #28F030 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F030 is #D70FCF. Grayscale: #9E9E9E. Windows color (decimal): -14094288 or 3207208. OLE color: 3207208.
HSL color Cylindrical-coordinate representation of color #28F030: hue angle of 122.4º 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 #28F030 is Cyan = 0.83, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 48 | - |
| CMYK | 0.83 | 0 | 0.8 | 0.06 |
| HSL | 122.4º | 0.87% | 0.55% | - |
| HSV(B) | 122.4º | 0.83% | 0.94% | - |
| XYZ | 32.57 | 62.98 | 13.24 | - |
| YUV | 158.31 | 65.74 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 48 | 0.83 | 0 | 0.8 | 0.06 | 122.4 | 0.87 | 0.55 |
| Hex | 28 | F0 | 30 | 53 | 0 | 50 | 6 | 7A | 57 | 37 |
| Octal | 50 | 360 | 60 | 123 | 0 | 120 | 6 | 172 | 127 | 67 |
| Binary | 101000 | 11110000 | 110000 | 1010011 | 0 | 1010000 | 110 | 1111010 | 1010111 | 110111 |
Color Harmonies of #28F030
Complementary color
Monochromatic Colors of #28F030
Black with #28F030
Text Example
Text Example
White with #28F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F030; }
p { color: rgb(40,240,48); }
H1.HeaderClassName
{
color: #28F030;
}
.AnyTagClassName
{
color: #28F030;
}
</style>
background-color css
<style>
a { background-color: #28F030; }
a { background-color: rgb(40,240,48); }
div.DivClassName
{
background-color: #28F030;
}
.BgClassName
{
background-color: #28F030;
}
</style>
border-color css
<style>
span { border-color: #28F030; }
span { border-color: rgb(40,240,48); }
td.TdClassName
{
border-color: #28F030;
}
.TagClassName
{
border-color: #28F030;
}
</style>