Shades of Lime Green #28B934
Tints of Lime Green #28B934
RGB
CMYK
RGB Variations
Color information
#28B934 (or 0x28B934) is known color: Lime Green. HEX triplet: 28, B9 and 34. RGB value is (40,185,52). Sum of RGB (Red+Green+Blue) = 40+185+52=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 185 (72.66% from 255 or 66.79% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 185 - color contains mainly: green. Hex color #28B934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B934 is #D746CB. Grayscale: #7E7E7E. Windows color (decimal): -14108364 or 3455272. OLE color: 3455272.
HSL color Cylindrical-coordinate representation of color #28B934: hue angle of 124.97º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B934 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 52 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.27 |
| HSL | 124.97º | 0.64% | 0.44% | - |
| HSV(B) | 124.97º | 0.78% | 0.73% | - |
| XYZ | 18.84 | 35.4 | 9.09 | - |
| YUV | 126.48 | 85.96 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 52 | 0.78 | 0 | 0.72 | 0.27 | 124.97 | 0.64 | 0.44 |
| Hex | 28 | B9 | 34 | 4E | 0 | 48 | 1B | 7D | 40 | 2C |
| Octal | 50 | 271 | 64 | 116 | 0 | 110 | 33 | 175 | 100 | 54 |
| Binary | 101000 | 10111001 | 110100 | 1001110 | 0 | 1001000 | 11011 | 1111101 | 1000000 | 101100 |
Color Harmonies of #28B934
Complementary color
Monochromatic Colors of #28B934
Black with #28B934
Text Example
Text Example
White with #28B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B934; }
p { color: rgb(40,185,52); }
H1.HeaderClassName
{
color: #28B934;
}
.AnyTagClassName
{
color: #28B934;
}
</style>
background-color css
<style>
a { background-color: #28B934; }
a { background-color: rgb(40,185,52); }
div.DivClassName
{
background-color: #28B934;
}
.BgClassName
{
background-color: #28B934;
}
</style>
border-color css
<style>
span { border-color: #28B934; }
span { border-color: rgb(40,185,52); }
td.TdClassName
{
border-color: #28B934;
}
.TagClassName
{
border-color: #28B934;
}
</style>