Shades of Lime Green #28C940
Tints of Lime Green #28C940
RGB
CMYK
RGB Variations
Color information
#28C940 (or 0x28C940) is known color: Lime Green. HEX triplet: 28, C9 and 40. RGB value is (40,201,64). Sum of RGB (Red+Green+Blue) = 40+201+64=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #28C940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C940 is #D736BF. Grayscale: #898989. Windows color (decimal): -14104256 or 4245800. OLE color: 4245800.
HSL color Cylindrical-coordinate representation of color #28C940: hue angle of 128.94º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C940 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 64 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.21 |
| HSL | 128.94º | 0.67% | 0.47% | - |
| HSV(B) | 128.94º | 0.8% | 0.79% | - |
| XYZ | 22.69 | 42.59 | 11.88 | - |
| YUV | 137.24 | 86.66 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 64 | 0.80 | 0 | 0.68 | 0.21 | 128.94 | 0.67 | 0.47 |
| Hex | 28 | C9 | 40 | 50 | 0 | 44 | 15 | 81 | 43 | 2F |
| Octal | 50 | 311 | 100 | 120 | 0 | 104 | 25 | 201 | 103 | 57 |
| Binary | 101000 | 11001001 | 1000000 | 1010000 | 0 | 1000100 | 10101 | 10000001 | 1000011 | 101111 |
Color Harmonies of #28C940
Complementary color
Monochromatic Colors of #28C940
Black with #28C940
Text Example
Text Example
White with #28C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C940; }
p { color: rgb(40,201,64); }
H1.HeaderClassName
{
color: #28C940;
}
.AnyTagClassName
{
color: #28C940;
}
</style>
background-color css
<style>
a { background-color: #28C940; }
a { background-color: rgb(40,201,64); }
div.DivClassName
{
background-color: #28C940;
}
.BgClassName
{
background-color: #28C940;
}
</style>
border-color css
<style>
span { border-color: #28C940; }
span { border-color: rgb(40,201,64); }
td.TdClassName
{
border-color: #28C940;
}
.TagClassName
{
border-color: #28C940;
}
</style>