Shades of Lime Green #28C42A
Tints of Lime Green #28C42A
RGB
CMYK
RGB Variations
Color information
#28C42A (or 0x28C42A) is known color: Lime Green. HEX triplet: 28, C4 and 2A. RGB value is (40,196,42). Sum of RGB (Red+Green+Blue) = 40+196+42=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 196 (76.95% from 255 or 70.50% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 196 - color contains mainly: green. Hex color #28C42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C42A is #D73BD5. Grayscale: #848484. Windows color (decimal): -14105558 or 2802728. OLE color: 2802728.
HSL color Cylindrical-coordinate representation of color #28C42A: hue angle of 120.77º 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 #28C42A is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 42 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.23 |
| HSL | 120.77º | 0.66% | 0.46% | - |
| HSV(B) | 120.77º | 0.8% | 0.77% | - |
| XYZ | 21.03 | 40.1 | 8.82 | - |
| YUV | 131.8 | 77.32 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 42 | 0.80 | 0 | 0.79 | 0.23 | 120.77 | 0.66 | 0.46 |
| Hex | 28 | C4 | 2A | 50 | 0 | 4F | 17 | 79 | 42 | 2E |
| Octal | 50 | 304 | 52 | 120 | 0 | 117 | 27 | 171 | 102 | 56 |
| Binary | 101000 | 11000100 | 101010 | 1010000 | 0 | 1001111 | 10111 | 1111001 | 1000010 | 101110 |
Color Harmonies of #28C42A
Complementary color
Monochromatic Colors of #28C42A
Black with #28C42A
Text Example
Text Example
White with #28C42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C42A; }
p { color: rgb(40,196,42); }
H1.HeaderClassName
{
color: #28C42A;
}
.AnyTagClassName
{
color: #28C42A;
}
</style>
background-color css
<style>
a { background-color: #28C42A; }
a { background-color: rgb(40,196,42); }
div.DivClassName
{
background-color: #28C42A;
}
.BgClassName
{
background-color: #28C42A;
}
</style>
border-color css
<style>
span { border-color: #28C42A; }
span { border-color: rgb(40,196,42); }
td.TdClassName
{
border-color: #28C42A;
}
.TagClassName
{
border-color: #28C42A;
}
</style>