Shades of Lime Green #28BA36
Tints of Lime Green #28BA36
RGB
CMYK
RGB Variations
Color information
#28BA36 (or 0x28BA36) is known color: Lime Green. HEX triplet: 28, BA and 36. RGB value is (40,186,54). Sum of RGB (Red+Green+Blue) = 40+186+54=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA36 is #D745C9. Grayscale: #7F7F7F. Windows color (decimal): -14108106 or 3586600. OLE color: 3586600.
HSL color Cylindrical-coordinate representation of color #28BA36: hue angle of 125.75º degrees, saturation: 0.65, 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 #28BA36 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 54 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.27 |
| HSL | 125.75º | 0.65% | 0.44% | - |
| HSV(B) | 125.75º | 0.78% | 0.73% | - |
| XYZ | 19.1 | 35.84 | 9.4 | - |
| YUV | 127.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 54 | 0.78 | 0 | 0.71 | 0.27 | 125.75 | 0.65 | 0.44 |
| Hex | 28 | BA | 36 | 4E | 0 | 47 | 1B | 7E | 41 | 2C |
| Octal | 50 | 272 | 66 | 116 | 0 | 107 | 33 | 176 | 101 | 54 |
| Binary | 101000 | 10111010 | 110110 | 1001110 | 0 | 1000111 | 11011 | 1111110 | 1000001 | 101100 |
Color Harmonies of #28BA36
Complementary color
Monochromatic Colors of #28BA36
Black with #28BA36
Text Example
Text Example
White with #28BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA36; }
p { color: rgb(40,186,54); }
H1.HeaderClassName
{
color: #28BA36;
}
.AnyTagClassName
{
color: #28BA36;
}
</style>
background-color css
<style>
a { background-color: #28BA36; }
a { background-color: rgb(40,186,54); }
div.DivClassName
{
background-color: #28BA36;
}
.BgClassName
{
background-color: #28BA36;
}
</style>
border-color css
<style>
span { border-color: #28BA36; }
span { border-color: rgb(40,186,54); }
td.TdClassName
{
border-color: #28BA36;
}
.TagClassName
{
border-color: #28BA36;
}
</style>