Shades of Lime Green #28B932
Tints of Lime Green #28B932
RGB
CMYK
RGB Variations
Color information
#28B932 (or 0x28B932) is known color: Lime Green. HEX triplet: 28, B9 and 32. RGB value is (40,185,50). Sum of RGB (Red+Green+Blue) = 40+185+50=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 185 (72.66% from 255 or 67.27% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 185 - color contains mainly: green. Hex color #28B932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B932 is #D746CD. Grayscale: #7E7E7E. Windows color (decimal): -14108366 or 3324200. OLE color: 3324200.
HSL color Cylindrical-coordinate representation of color #28B932: hue angle of 124.14º 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 #28B932 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 50 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.27 |
| HSL | 124.14º | 0.64% | 0.44% | - |
| HSV(B) | 124.14º | 0.78% | 0.73% | - |
| XYZ | 18.8 | 35.38 | 8.86 | - |
| YUV | 126.26 | 84.96 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 50 | 0.78 | 0 | 0.73 | 0.27 | 124.14 | 0.64 | 0.44 |
| Hex | 28 | B9 | 32 | 4E | 0 | 49 | 1B | 7C | 40 | 2C |
| Octal | 50 | 271 | 62 | 116 | 0 | 111 | 33 | 174 | 100 | 54 |
| Binary | 101000 | 10111001 | 110010 | 1001110 | 0 | 1001001 | 11011 | 1111100 | 1000000 | 101100 |
Color Harmonies of #28B932
Complementary color
Monochromatic Colors of #28B932
Black with #28B932
Text Example
Text Example
White with #28B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B932; }
p { color: rgb(40,185,50); }
H1.HeaderClassName
{
color: #28B932;
}
.AnyTagClassName
{
color: #28B932;
}
</style>
background-color css
<style>
a { background-color: #28B932; }
a { background-color: rgb(40,185,50); }
div.DivClassName
{
background-color: #28B932;
}
.BgClassName
{
background-color: #28B932;
}
</style>
border-color css
<style>
span { border-color: #28B932; }
span { border-color: rgb(40,185,50); }
td.TdClassName
{
border-color: #28B932;
}
.TagClassName
{
border-color: #28B932;
}
</style>