Shades of Lime Green #28C929
Tints of Lime Green #28C929
RGB
CMYK
RGB Variations
Color information
#28C929 (or 0x28C929) is known color: Lime Green. HEX triplet: 28, C9 and 29. RGB value is (40,201,41). Sum of RGB (Red+Green+Blue) = 40+201+41=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #28C929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C929 is #D736D6. Grayscale: #878787. Windows color (decimal): -14104279 or 2738472. OLE color: 2738472.
HSL color Cylindrical-coordinate representation of color #28C929: hue angle of 120.37º 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 #28C929 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 41 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.21 |
| HSL | 120.37º | 0.67% | 0.47% | - |
| HSV(B) | 120.37º | 0.8% | 0.79% | - |
| XYZ | 22.16 | 42.38 | 9.11 | - |
| YUV | 134.62 | 75.16 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 41 | 0.80 | 0 | 0.80 | 0.21 | 120.37 | 0.67 | 0.47 |
| Hex | 28 | C9 | 29 | 50 | 0 | 50 | 15 | 78 | 43 | 2F |
| Octal | 50 | 311 | 51 | 120 | 0 | 120 | 25 | 170 | 103 | 57 |
| Binary | 101000 | 11001001 | 101001 | 1010000 | 0 | 1010000 | 10101 | 1111000 | 1000011 | 101111 |
Color Harmonies of #28C929
Complementary color
Monochromatic Colors of #28C929
Black with #28C929
Text Example
Text Example
White with #28C929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C929; }
p { color: rgb(40,201,41); }
H1.HeaderClassName
{
color: #28C929;
}
.AnyTagClassName
{
color: #28C929;
}
</style>
background-color css
<style>
a { background-color: #28C929; }
a { background-color: rgb(40,201,41); }
div.DivClassName
{
background-color: #28C929;
}
.BgClassName
{
background-color: #28C929;
}
</style>
border-color css
<style>
span { border-color: #28C929; }
span { border-color: rgb(40,201,41); }
td.TdClassName
{
border-color: #28C929;
}
.TagClassName
{
border-color: #28C929;
}
</style>