Shades of Lime Green #28BB36
Tints of Lime Green #28BB36
RGB
CMYK
RGB Variations
Color information
#28BB36 (or 0x28BB36) is known color: Lime Green. HEX triplet: 28, BB and 36. RGB value is (40,187,54). Sum of RGB (Red+Green+Blue) = 40+187+54=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BB36 is #D744C9. Grayscale: #808080. Windows color (decimal): -14107850 or 3586856. OLE color: 3586856.
HSL color Cylindrical-coordinate representation of color #28BB36: hue angle of 125.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BB36 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 54 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.27 |
| HSL | 125.71º | 0.65% | 0.45% | - |
| HSV(B) | 125.71º | 0.79% | 0.73% | - |
| XYZ | 19.31 | 36.26 | 9.47 | - |
| YUV | 127.89 | 86.3 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 54 | 0.79 | 0 | 0.71 | 0.27 | 125.71 | 0.65 | 0.45 |
| Hex | 28 | BB | 36 | 4F | 0 | 47 | 1B | 7E | 41 | 2D |
| Octal | 50 | 273 | 66 | 117 | 0 | 107 | 33 | 176 | 101 | 55 |
| Binary | 101000 | 10111011 | 110110 | 1001111 | 0 | 1000111 | 11011 | 1111110 | 1000001 | 101101 |
Color Harmonies of #28BB36
Complementary color
Monochromatic Colors of #28BB36
Black with #28BB36
Text Example
Text Example
White with #28BB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB36; }
p { color: rgb(40,187,54); }
H1.HeaderClassName
{
color: #28BB36;
}
.AnyTagClassName
{
color: #28BB36;
}
</style>
background-color css
<style>
a { background-color: #28BB36; }
a { background-color: rgb(40,187,54); }
div.DivClassName
{
background-color: #28BB36;
}
.BgClassName
{
background-color: #28BB36;
}
</style>
border-color css
<style>
span { border-color: #28BB36; }
span { border-color: rgb(40,187,54); }
td.TdClassName
{
border-color: #28BB36;
}
.TagClassName
{
border-color: #28BB36;
}
</style>