Shades of Lime Green #28C52A
Tints of Lime Green #28C52A
RGB
CMYK
RGB Variations
Color information
#28C52A (or 0x28C52A) is known color: Lime Green. HEX triplet: 28, C5 and 2A. RGB value is (40,197,42). Sum of RGB (Red+Green+Blue) = 40+197+42=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #28C52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C52A is #D73AD5. Grayscale: #848484. Windows color (decimal): -14105302 or 2802984. OLE color: 2802984.
HSL color Cylindrical-coordinate representation of color #28C52A: hue angle of 120.76º 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 #28C52A is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 42 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.23 |
| HSL | 120.76º | 0.66% | 0.46% | - |
| HSV(B) | 120.76º | 0.8% | 0.77% | - |
| XYZ | 21.26 | 40.55 | 8.9 | - |
| YUV | 132.39 | 76.99 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 42 | 0.80 | 0 | 0.79 | 0.23 | 120.76 | 0.66 | 0.46 |
| Hex | 28 | C5 | 2A | 50 | 0 | 4F | 17 | 79 | 42 | 2E |
| Octal | 50 | 305 | 52 | 120 | 0 | 117 | 27 | 171 | 102 | 56 |
| Binary | 101000 | 11000101 | 101010 | 1010000 | 0 | 1001111 | 10111 | 1111001 | 1000010 | 101110 |
Color Harmonies of #28C52A
Complementary color
Monochromatic Colors of #28C52A
Black with #28C52A
Text Example
Text Example
White with #28C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C52A; }
p { color: rgb(40,197,42); }
H1.HeaderClassName
{
color: #28C52A;
}
.AnyTagClassName
{
color: #28C52A;
}
</style>
background-color css
<style>
a { background-color: #28C52A; }
a { background-color: rgb(40,197,42); }
div.DivClassName
{
background-color: #28C52A;
}
.BgClassName
{
background-color: #28C52A;
}
</style>
border-color css
<style>
span { border-color: #28C52A; }
span { border-color: rgb(40,197,42); }
td.TdClassName
{
border-color: #28C52A;
}
.TagClassName
{
border-color: #28C52A;
}
</style>