Shades of Lime Green #28F027
Tints of Lime Green #28F027
RGB
CMYK
RGB Variations
Color information
#28F027 (or 0x28F027) is known color: Lime Green. HEX triplet: 28, F0 and 27. RGB value is (40,240,39). Sum of RGB (Red+Green+Blue) = 40+240+39=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #28F027 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F027 is #D70FD8. Grayscale: #9D9D9D. Windows color (decimal): -14094297 or 2617384. OLE color: 2617384.
HSL color Cylindrical-coordinate representation of color #28F027: hue angle of 119.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F027 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 39 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.06 |
| HSL | 119.7º | 0.87% | 0.55% | - |
| HSV(B) | 119.7º | 0.84% | 0.94% | - |
| XYZ | 32.4 | 62.92 | 12.36 | - |
| YUV | 157.29 | 61.24 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 39 | 0.83 | 0 | 0.84 | 0.06 | 119.7 | 0.87 | 0.55 |
| Hex | 28 | F0 | 27 | 53 | 0 | 54 | 6 | 78 | 57 | 37 |
| Octal | 50 | 360 | 47 | 123 | 0 | 124 | 6 | 170 | 127 | 67 |
| Binary | 101000 | 11110000 | 100111 | 1010011 | 0 | 1010100 | 110 | 1111000 | 1010111 | 110111 |
Color Harmonies of #28F027
Complementary color
Monochromatic Colors of #28F027
Black with #28F027
Text Example
Text Example
White with #28F027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F027; }
p { color: rgb(40,240,39); }
H1.HeaderClassName
{
color: #28F027;
}
.AnyTagClassName
{
color: #28F027;
}
</style>
background-color css
<style>
a { background-color: #28F027; }
a { background-color: rgb(40,240,39); }
div.DivClassName
{
background-color: #28F027;
}
.BgClassName
{
background-color: #28F027;
}
</style>
border-color css
<style>
span { border-color: #28F027; }
span { border-color: rgb(40,240,39); }
td.TdClassName
{
border-color: #28F027;
}
.TagClassName
{
border-color: #28F027;
}
</style>