Shades of Lime Green #28C82A
Tints of Lime Green #28C82A
RGB
CMYK
RGB Variations
Color information
#28C82A (or 0x28C82A) is known color: Lime Green. HEX triplet: 28, C8 and 2A. RGB value is (40,200,42). Sum of RGB (Red+Green+Blue) = 40+200+42=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 200 (78.52% from 255 or 70.92% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 200 - color contains mainly: green. Hex color #28C82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C82A is #D737D5. Grayscale: #868686. Windows color (decimal): -14104534 or 2803752. OLE color: 2803752.
HSL color Cylindrical-coordinate representation of color #28C82A: hue angle of 120.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C82A is Cyan = 0.8, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 42 | - |
| CMYK | 0.8 | 0 | 0.79 | 0.22 |
| HSL | 120.75º | 0.67% | 0.47% | - |
| HSV(B) | 120.75º | 0.8% | 0.78% | - |
| XYZ | 21.95 | 41.93 | 9.13 | - |
| YUV | 134.15 | 75.99 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 42 | 0.8 | 0 | 0.79 | 0.22 | 120.75 | 0.67 | 0.47 |
| Hex | 28 | C8 | 2A | 50 | 0 | 4F | 16 | 79 | 43 | 2F |
| Octal | 50 | 310 | 52 | 120 | 0 | 117 | 26 | 171 | 103 | 57 |
| Binary | 101000 | 11001000 | 101010 | 1010000 | 0 | 1001111 | 10110 | 1111001 | 1000011 | 101111 |
Color Harmonies of #28C82A
Complementary color
Monochromatic Colors of #28C82A
Black with #28C82A
Text Example
Text Example
White with #28C82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C82A; }
p { color: rgb(40,200,42); }
H1.HeaderClassName
{
color: #28C82A;
}
.AnyTagClassName
{
color: #28C82A;
}
</style>
background-color css
<style>
a { background-color: #28C82A; }
a { background-color: rgb(40,200,42); }
div.DivClassName
{
background-color: #28C82A;
}
.BgClassName
{
background-color: #28C82A;
}
</style>
border-color css
<style>
span { border-color: #28C82A; }
span { border-color: rgb(40,200,42); }
td.TdClassName
{
border-color: #28C82A;
}
.TagClassName
{
border-color: #28C82A;
}
</style>