Shades of Lime Green #28C43B
Tints of Lime Green #28C43B
RGB
CMYK
RGB Variations
Color information
#28C43B (or 0x28C43B) is known color: Lime Green. HEX triplet: 28, C4 and 3B. RGB value is (40,196,59). Sum of RGB (Red+Green+Blue) = 40+196+59=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 196 (76.95% from 255 or 66.44% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 196 - color contains mainly: green. Hex color #28C43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C43B is #D73BC4. Grayscale: #868686. Windows color (decimal): -14105541 or 3916840. OLE color: 3916840.
HSL color Cylindrical-coordinate representation of color #28C43B: hue angle of 127.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C43B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 59 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.23 |
| HSL | 127.31º | 0.66% | 0.46% | - |
| HSV(B) | 127.31º | 0.8% | 0.77% | - |
| XYZ | 21.4 | 40.25 | 10.78 | - |
| YUV | 133.74 | 85.82 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 59 | 0.80 | 0 | 0.70 | 0.23 | 127.31 | 0.66 | 0.46 |
| Hex | 28 | C4 | 3B | 50 | 0 | 46 | 17 | 7F | 42 | 2E |
| Octal | 50 | 304 | 73 | 120 | 0 | 106 | 27 | 177 | 102 | 56 |
| Binary | 101000 | 11000100 | 111011 | 1010000 | 0 | 1000110 | 10111 | 1111111 | 1000010 | 101110 |
Color Harmonies of #28C43B
Complementary color
Monochromatic Colors of #28C43B
Black with #28C43B
Text Example
Text Example
White with #28C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C43B; }
p { color: rgb(40,196,59); }
H1.HeaderClassName
{
color: #28C43B;
}
.AnyTagClassName
{
color: #28C43B;
}
</style>
background-color css
<style>
a { background-color: #28C43B; }
a { background-color: rgb(40,196,59); }
div.DivClassName
{
background-color: #28C43B;
}
.BgClassName
{
background-color: #28C43B;
}
</style>
border-color css
<style>
span { border-color: #28C43B; }
span { border-color: rgb(40,196,59); }
td.TdClassName
{
border-color: #28C43B;
}
.TagClassName
{
border-color: #28C43B;
}
</style>