Shades of Lime Green #28C54A
Tints of Lime Green #28C54A
RGB
CMYK
RGB Variations
Color information
#28C54A (or 0x28C54A) is known color: Lime Green. HEX triplet: 28, C5 and 4A. RGB value is (40,197,74). Sum of RGB (Red+Green+Blue) = 40+197+74=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #28C54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C54A is #D73AB5. Grayscale: #888888. Windows color (decimal): -14105270 or 4900136. OLE color: 4900136.
HSL color Cylindrical-coordinate representation of color #28C54A: hue angle of 132.99º 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 #28C54A is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 74 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.23 |
| HSL | 132.99º | 0.66% | 0.46% | - |
| HSV(B) | 132.99º | 0.8% | 0.77% | - |
| XYZ | 22.08 | 40.88 | 13.21 | - |
| YUV | 136.04 | 92.99 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 74 | 0.80 | 0 | 0.62 | 0.23 | 132.99 | 0.66 | 0.46 |
| Hex | 28 | C5 | 4A | 50 | 0 | 3E | 17 | 85 | 42 | 2E |
| Octal | 50 | 305 | 112 | 120 | 0 | 76 | 27 | 205 | 102 | 56 |
| Binary | 101000 | 11000101 | 1001010 | 1010000 | 0 | 111110 | 10111 | 10000101 | 1000010 | 101110 |
Color Harmonies of #28C54A
Complementary color
Monochromatic Colors of #28C54A
Black with #28C54A
Text Example
Text Example
White with #28C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C54A; }
p { color: rgb(40,197,74); }
H1.HeaderClassName
{
color: #28C54A;
}
.AnyTagClassName
{
color: #28C54A;
}
</style>
background-color css
<style>
a { background-color: #28C54A; }
a { background-color: rgb(40,197,74); }
div.DivClassName
{
background-color: #28C54A;
}
.BgClassName
{
background-color: #28C54A;
}
</style>
border-color css
<style>
span { border-color: #28C54A; }
span { border-color: rgb(40,197,74); }
td.TdClassName
{
border-color: #28C54A;
}
.TagClassName
{
border-color: #28C54A;
}
</style>