Shades of Lime Green #28C927
Tints of Lime Green #28C927
RGB
CMYK
RGB Variations
Color information
#28C927 (or 0x28C927) is known color: Lime Green. HEX triplet: 28, C9 and 27. RGB value is (40,201,39). Sum of RGB (Red+Green+Blue) = 40+201+39=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #28C927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C927 is #D736D8. Grayscale: #868686. Windows color (decimal): -14104281 or 2607400. OLE color: 2607400.
HSL color Cylindrical-coordinate representation of color #28C927: hue angle of 119.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28C927 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 39 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.21 |
| HSL | 119.63º | 0.68% | 0.47% | - |
| HSV(B) | 119.63º | 0.81% | 0.79% | - |
| XYZ | 22.13 | 42.37 | 8.93 | - |
| YUV | 134.39 | 74.16 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 39 | 0.80 | 0 | 0.81 | 0.21 | 119.63 | 0.68 | 0.47 |
| Hex | 28 | C9 | 27 | 50 | 0 | 51 | 15 | 78 | 44 | 2F |
| Octal | 50 | 311 | 47 | 120 | 0 | 121 | 25 | 170 | 104 | 57 |
| Binary | 101000 | 11001001 | 100111 | 1010000 | 0 | 1010001 | 10101 | 1111000 | 1000100 | 101111 |
Color Harmonies of #28C927
Complementary color
Monochromatic Colors of #28C927
Black with #28C927
Text Example
Text Example
White with #28C927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C927; }
p { color: rgb(40,201,39); }
H1.HeaderClassName
{
color: #28C927;
}
.AnyTagClassName
{
color: #28C927;
}
</style>
background-color css
<style>
a { background-color: #28C927; }
a { background-color: rgb(40,201,39); }
div.DivClassName
{
background-color: #28C927;
}
.BgClassName
{
background-color: #28C927;
}
</style>
border-color css
<style>
span { border-color: #28C927; }
span { border-color: rgb(40,201,39); }
td.TdClassName
{
border-color: #28C927;
}
.TagClassName
{
border-color: #28C927;
}
</style>