Shades of Lime Green #28C42B
Tints of Lime Green #28C42B
RGB
CMYK
RGB Variations
Color information
#28C42B (or 0x28C42B) is known color: Lime Green. HEX triplet: 28, C4 and 2B. RGB value is (40,196,43). Sum of RGB (Red+Green+Blue) = 40+196+43=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 196 (76.95% from 255 or 70.25% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 196 - color contains mainly: green. Hex color #28C42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C42B is #D73BD4. Grayscale: #848484. Windows color (decimal): -14105557 or 2868264. OLE color: 2868264.
HSL color Cylindrical-coordinate representation of color #28C42B: hue angle of 121.15º 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 #28C42B is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 43 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.23 |
| HSL | 121.15º | 0.66% | 0.46% | - |
| HSV(B) | 121.15º | 0.8% | 0.77% | - |
| XYZ | 21.05 | 40.11 | 8.92 | - |
| YUV | 131.91 | 77.82 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 43 | 0.80 | 0 | 0.78 | 0.23 | 121.15 | 0.66 | 0.46 |
| Hex | 28 | C4 | 2B | 50 | 0 | 4E | 17 | 79 | 42 | 2E |
| Octal | 50 | 304 | 53 | 120 | 0 | 116 | 27 | 171 | 102 | 56 |
| Binary | 101000 | 11000100 | 101011 | 1010000 | 0 | 1001110 | 10111 | 1111001 | 1000010 | 101110 |
Color Harmonies of #28C42B
Complementary color
Monochromatic Colors of #28C42B
Black with #28C42B
Text Example
Text Example
White with #28C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C42B; }
p { color: rgb(40,196,43); }
H1.HeaderClassName
{
color: #28C42B;
}
.AnyTagClassName
{
color: #28C42B;
}
</style>
background-color css
<style>
a { background-color: #28C42B; }
a { background-color: rgb(40,196,43); }
div.DivClassName
{
background-color: #28C42B;
}
.BgClassName
{
background-color: #28C42B;
}
</style>
border-color css
<style>
span { border-color: #28C42B; }
span { border-color: rgb(40,196,43); }
td.TdClassName
{
border-color: #28C42B;
}
.TagClassName
{
border-color: #28C42B;
}
</style>