Shades of Lime Green #28C64A
Tints of Lime Green #28C64A
RGB
CMYK
RGB Variations
Color information
#28C64A (or 0x28C64A) is known color: Lime Green. HEX triplet: 28, C6 and 4A. RGB value is (40,198,74). Sum of RGB (Red+Green+Blue) = 40+198+74=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #28C64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C64A is #D739B5. Grayscale: #888888. Windows color (decimal): -14105014 or 4900392. OLE color: 4900392.
HSL color Cylindrical-coordinate representation of color #28C64A: hue angle of 132.91º degrees, saturation: 0.66, 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 #28C64A is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 74 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.22 |
| HSL | 132.91º | 0.66% | 0.47% | - |
| HSV(B) | 132.91º | 0.8% | 0.78% | - |
| XYZ | 22.31 | 41.33 | 13.28 | - |
| YUV | 136.62 | 92.65 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 74 | 0.80 | 0 | 0.63 | 0.22 | 132.91 | 0.66 | 0.47 |
| Hex | 28 | C6 | 4A | 50 | 0 | 3F | 16 | 85 | 42 | 2F |
| Octal | 50 | 306 | 112 | 120 | 0 | 77 | 26 | 205 | 102 | 57 |
| Binary | 101000 | 11000110 | 1001010 | 1010000 | 0 | 111111 | 10110 | 10000101 | 1000010 | 101111 |
Color Harmonies of #28C64A
Complementary color
Monochromatic Colors of #28C64A
Black with #28C64A
Text Example
Text Example
White with #28C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C64A; }
p { color: rgb(40,198,74); }
H1.HeaderClassName
{
color: #28C64A;
}
.AnyTagClassName
{
color: #28C64A;
}
</style>
background-color css
<style>
a { background-color: #28C64A; }
a { background-color: rgb(40,198,74); }
div.DivClassName
{
background-color: #28C64A;
}
.BgClassName
{
background-color: #28C64A;
}
</style>
border-color css
<style>
span { border-color: #28C64A; }
span { border-color: rgb(40,198,74); }
td.TdClassName
{
border-color: #28C64A;
}
.TagClassName
{
border-color: #28C64A;
}
</style>