Shades of Lime Green #28BC40
Tints of Lime Green #28BC40
RGB
CMYK
RGB Variations
Color information
#28BC40 (or 0x28BC40) is known color: Lime Green. HEX triplet: 28, BC and 40. RGB value is (40,188,64). Sum of RGB (Red+Green+Blue) = 40+188+64=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC40 is #D743BF. Grayscale: #818181. Windows color (decimal): -14107584 or 4242472. OLE color: 4242472.
HSL color Cylindrical-coordinate representation of color #28BC40: hue angle of 129.73º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC40 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 64 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.26 |
| HSL | 129.73º | 0.65% | 0.45% | - |
| HSV(B) | 129.73º | 0.79% | 0.74% | - |
| XYZ | 19.78 | 36.79 | 10.91 | - |
| YUV | 129.61 | 90.97 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 64 | 0.79 | 0 | 0.66 | 0.26 | 129.73 | 0.65 | 0.45 |
| Hex | 28 | BC | 40 | 4F | 0 | 42 | 1A | 82 | 41 | 2D |
| Octal | 50 | 274 | 100 | 117 | 0 | 102 | 32 | 202 | 101 | 55 |
| Binary | 101000 | 10111100 | 1000000 | 1001111 | 0 | 1000010 | 11010 | 10000010 | 1000001 | 101101 |
Color Harmonies of #28BC40
Complementary color
Monochromatic Colors of #28BC40
Black with #28BC40
Text Example
Text Example
White with #28BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC40; }
p { color: rgb(40,188,64); }
H1.HeaderClassName
{
color: #28BC40;
}
.AnyTagClassName
{
color: #28BC40;
}
</style>
background-color css
<style>
a { background-color: #28BC40; }
a { background-color: rgb(40,188,64); }
div.DivClassName
{
background-color: #28BC40;
}
.BgClassName
{
background-color: #28BC40;
}
</style>
border-color css
<style>
span { border-color: #28BC40; }
span { border-color: rgb(40,188,64); }
td.TdClassName
{
border-color: #28BC40;
}
.TagClassName
{
border-color: #28BC40;
}
</style>