Shades of Lime Green #28BC2B
Tints of Lime Green #28BC2B
RGB
CMYK
RGB Variations
Color information
#28BC2B (or 0x28BC2B) is known color: Lime Green. HEX triplet: 28, BC and 2B. RGB value is (40,188,43). Sum of RGB (Red+Green+Blue) = 40+188+43=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC2B is #D743D4. Grayscale: #7F7F7F. Windows color (decimal): -14107605 or 2866216. OLE color: 2866216.
HSL color Cylindrical-coordinate representation of color #28BC2B: hue angle of 121.22º 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 #28BC2B is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 43 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.26 |
| HSL | 121.22º | 0.65% | 0.45% | - |
| HSV(B) | 121.22º | 0.79% | 0.74% | - |
| XYZ | 19.29 | 36.59 | 8.33 | - |
| YUV | 127.22 | 80.47 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 43 | 0.79 | 0 | 0.77 | 0.26 | 121.22 | 0.65 | 0.45 |
| Hex | 28 | BC | 2B | 4F | 0 | 4D | 1A | 79 | 41 | 2D |
| Octal | 50 | 274 | 53 | 117 | 0 | 115 | 32 | 171 | 101 | 55 |
| Binary | 101000 | 10111100 | 101011 | 1001111 | 0 | 1001101 | 11010 | 1111001 | 1000001 | 101101 |
Color Harmonies of #28BC2B
Complementary color
Monochromatic Colors of #28BC2B
Black with #28BC2B
Text Example
Text Example
White with #28BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC2B; }
p { color: rgb(40,188,43); }
H1.HeaderClassName
{
color: #28BC2B;
}
.AnyTagClassName
{
color: #28BC2B;
}
</style>
background-color css
<style>
a { background-color: #28BC2B; }
a { background-color: rgb(40,188,43); }
div.DivClassName
{
background-color: #28BC2B;
}
.BgClassName
{
background-color: #28BC2B;
}
</style>
border-color css
<style>
span { border-color: #28BC2B; }
span { border-color: rgb(40,188,43); }
td.TdClassName
{
border-color: #28BC2B;
}
.TagClassName
{
border-color: #28BC2B;
}
</style>