Shades of Lime Green #28B71D
Tints of Lime Green #28B71D
RGB
CMYK
RGB Variations
Color information
#28B71D (or 0x28B71D) is known color: Lime Green. HEX triplet: 28, B7 and 1D. RGB value is (40,183,29). Sum of RGB (Red+Green+Blue) = 40+183+29=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 183 (71.88% from 255 or 72.62% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 183 - color contains mainly: green. Hex color #28B71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B71D is #D748E2. Grayscale: #7B7B7B. Windows color (decimal): -14108899 or 1947432. OLE color: 1947432.
HSL color Cylindrical-coordinate representation of color #28B71D: hue angle of 115.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28B71D is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 183 | 29 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.28 |
| HSL | 115.71º | 0.73% | 0.42% | - |
| HSV(B) | 115.71º | 0.84% | 0.72% | - |
| XYZ | 18.03 | 34.41 | 6.85 | - |
| YUV | 122.69 | 75.12 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 183 | 29 | 0.78 | 0 | 0.84 | 0.28 | 115.71 | 0.73 | 0.42 |
| Hex | 28 | B7 | 1D | 4E | 0 | 54 | 1C | 74 | 49 | 2A |
| Octal | 50 | 267 | 35 | 116 | 0 | 124 | 34 | 164 | 111 | 52 |
| Binary | 101000 | 10110111 | 11101 | 1001110 | 0 | 1010100 | 11100 | 1110100 | 1001001 | 101010 |
Color Harmonies of #28B71D
Complementary color
Monochromatic Colors of #28B71D
Black with #28B71D
Text Example
Text Example
White with #28B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B71D; }
p { color: rgb(40,183,29); }
H1.HeaderClassName
{
color: #28B71D;
}
.AnyTagClassName
{
color: #28B71D;
}
</style>
background-color css
<style>
a { background-color: #28B71D; }
a { background-color: rgb(40,183,29); }
div.DivClassName
{
background-color: #28B71D;
}
.BgClassName
{
background-color: #28B71D;
}
</style>
border-color css
<style>
span { border-color: #28B71D; }
span { border-color: rgb(40,183,29); }
td.TdClassName
{
border-color: #28B71D;
}
.TagClassName
{
border-color: #28B71D;
}
</style>