Shades of Lime Green #28C342
Tints of Lime Green #28C342
RGB
CMYK
RGB Variations
Color information
#28C342 (or 0x28C342) is known color: Lime Green. HEX triplet: 28, C3 and 42. RGB value is (40,195,66). Sum of RGB (Red+Green+Blue) = 40+195+66=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #28C342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C342 is #D73CBD. Grayscale: #868686. Windows color (decimal): -14105790 or 4375336. OLE color: 4375336.
HSL color Cylindrical-coordinate representation of color #28C342: hue angle of 130.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C342 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 66 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.24 |
| HSL | 130.06º | 0.66% | 0.46% | - |
| HSV(B) | 130.06º | 0.79% | 0.76% | - |
| XYZ | 21.37 | 39.87 | 11.72 | - |
| YUV | 133.95 | 89.65 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 66 | 0.79 | 0 | 0.66 | 0.24 | 130.06 | 0.66 | 0.46 |
| Hex | 28 | C3 | 42 | 4F | 0 | 42 | 18 | 82 | 42 | 2E |
| Octal | 50 | 303 | 102 | 117 | 0 | 102 | 30 | 202 | 102 | 56 |
| Binary | 101000 | 11000011 | 1000010 | 1001111 | 0 | 1000010 | 11000 | 10000010 | 1000010 | 101110 |
Color Harmonies of #28C342
Complementary color
Monochromatic Colors of #28C342
Black with #28C342
Text Example
Text Example
White with #28C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C342; }
p { color: rgb(40,195,66); }
H1.HeaderClassName
{
color: #28C342;
}
.AnyTagClassName
{
color: #28C342;
}
</style>
background-color css
<style>
a { background-color: #28C342; }
a { background-color: rgb(40,195,66); }
div.DivClassName
{
background-color: #28C342;
}
.BgClassName
{
background-color: #28C342;
}
</style>
border-color css
<style>
span { border-color: #28C342; }
span { border-color: rgb(40,195,66); }
td.TdClassName
{
border-color: #28C342;
}
.TagClassName
{
border-color: #28C342;
}
</style>