Shades of Lime Green #28B91D
Tints of Lime Green #28B91D
RGB
CMYK
RGB Variations
Color information
#28B91D (or 0x28B91D) is known color: Lime Green. HEX triplet: 28, B9 and 1D. RGB value is (40,185,29). Sum of RGB (Red+Green+Blue) = 40+185+29=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 185 (72.66% from 255 or 72.83% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 185 - color contains mainly: green. Hex color #28B91D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B91D is #D746E2. Grayscale: #7C7C7C. Windows color (decimal): -14108387 or 1947944. OLE color: 1947944.
HSL color Cylindrical-coordinate representation of color #28B91D: hue angle of 115.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28B91D is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 29 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.27 |
| HSL | 115.77º | 0.73% | 0.42% | - |
| HSV(B) | 115.77º | 0.84% | 0.73% | - |
| XYZ | 18.45 | 35.24 | 6.99 | - |
| YUV | 123.86 | 74.46 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 29 | 0.78 | 0 | 0.84 | 0.27 | 115.77 | 0.73 | 0.42 |
| Hex | 28 | B9 | 1D | 4E | 0 | 54 | 1B | 74 | 49 | 2A |
| Octal | 50 | 271 | 35 | 116 | 0 | 124 | 33 | 164 | 111 | 52 |
| Binary | 101000 | 10111001 | 11101 | 1001110 | 0 | 1010100 | 11011 | 1110100 | 1001001 | 101010 |
Color Harmonies of #28B91D
Complementary color
Monochromatic Colors of #28B91D
Black with #28B91D
Text Example
Text Example
White with #28B91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B91D; }
p { color: rgb(40,185,29); }
H1.HeaderClassName
{
color: #28B91D;
}
.AnyTagClassName
{
color: #28B91D;
}
</style>
background-color css
<style>
a { background-color: #28B91D; }
a { background-color: rgb(40,185,29); }
div.DivClassName
{
background-color: #28B91D;
}
.BgClassName
{
background-color: #28B91D;
}
</style>
border-color css
<style>
span { border-color: #28B91D; }
span { border-color: rgb(40,185,29); }
td.TdClassName
{
border-color: #28B91D;
}
.TagClassName
{
border-color: #28B91D;
}
</style>