Shades of Lime Green #28C92F
Tints of Lime Green #28C92F
RGB
CMYK
RGB Variations
Color information
#28C92F (or 0x28C92F) is known color: Lime Green. HEX triplet: 28, C9 and 2F. RGB value is (40,201,47). Sum of RGB (Red+Green+Blue) = 40+201+47=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 201 (78.91% from 255 or 69.79% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 201 - color contains mainly: green. Hex color #28C92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C92F is #D736D0. Grayscale: #878787. Windows color (decimal): -14104273 or 3131688. OLE color: 3131688.
HSL color Cylindrical-coordinate representation of color #28C92F: hue angle of 122.61º 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 #28C92F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 47 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.21 |
| HSL | 122.61º | 0.67% | 0.47% | - |
| HSV(B) | 122.61º | 0.8% | 0.79% | - |
| XYZ | 22.27 | 42.43 | 9.71 | - |
| YUV | 135.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 47 | 0.80 | 0 | 0.77 | 0.21 | 122.61 | 0.67 | 0.47 |
| Hex | 28 | C9 | 2F | 50 | 0 | 4D | 15 | 7B | 43 | 2F |
| Octal | 50 | 311 | 57 | 120 | 0 | 115 | 25 | 173 | 103 | 57 |
| Binary | 101000 | 11001001 | 101111 | 1010000 | 0 | 1001101 | 10101 | 1111011 | 1000011 | 101111 |
Color Harmonies of #28C92F
Complementary color
Monochromatic Colors of #28C92F
Black with #28C92F
Text Example
Text Example
White with #28C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C92F; }
p { color: rgb(40,201,47); }
H1.HeaderClassName
{
color: #28C92F;
}
.AnyTagClassName
{
color: #28C92F;
}
</style>
background-color css
<style>
a { background-color: #28C92F; }
a { background-color: rgb(40,201,47); }
div.DivClassName
{
background-color: #28C92F;
}
.BgClassName
{
background-color: #28C92F;
}
</style>
border-color css
<style>
span { border-color: #28C92F; }
span { border-color: rgb(40,201,47); }
td.TdClassName
{
border-color: #28C92F;
}
.TagClassName
{
border-color: #28C92F;
}
</style>