Shades of Lime Green #28C442
Tints of Lime Green #28C442
RGB
CMYK
RGB Variations
Color information
#28C442 (or 0x28C442) is known color: Lime Green. HEX triplet: 28, C4 and 42. RGB value is (40,196,66). Sum of RGB (Red+Green+Blue) = 40+196+66=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #28C442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C442 is #D73BBD. Grayscale: #868686. Windows color (decimal): -14105534 or 4375592. OLE color: 4375592.
HSL color Cylindrical-coordinate representation of color #28C442: hue angle of 130º 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 #28C442 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 66 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.23 |
| HSL | 130º | 0.66% | 0.46% | - |
| HSV(B) | 130º | 0.8% | 0.77% | - |
| XYZ | 21.6 | 40.32 | 11.8 | - |
| YUV | 134.54 | 89.32 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 66 | 0.80 | 0 | 0.66 | 0.23 | 130 | 0.66 | 0.46 |
| Hex | 28 | C4 | 42 | 50 | 0 | 42 | 17 | 82 | 42 | 2E |
| Octal | 50 | 304 | 102 | 120 | 0 | 102 | 27 | 202 | 102 | 56 |
| Binary | 101000 | 11000100 | 1000010 | 1010000 | 0 | 1000010 | 10111 | 10000010 | 1000010 | 101110 |
Color Harmonies of #28C442
Complementary color
Monochromatic Colors of #28C442
Black with #28C442
Text Example
Text Example
White with #28C442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C442; }
p { color: rgb(40,196,66); }
H1.HeaderClassName
{
color: #28C442;
}
.AnyTagClassName
{
color: #28C442;
}
</style>
background-color css
<style>
a { background-color: #28C442; }
a { background-color: rgb(40,196,66); }
div.DivClassName
{
background-color: #28C442;
}
.BgClassName
{
background-color: #28C442;
}
</style>
border-color css
<style>
span { border-color: #28C442; }
span { border-color: rgb(40,196,66); }
td.TdClassName
{
border-color: #28C442;
}
.TagClassName
{
border-color: #28C442;
}
</style>