Shades of Lime Green #28C53B
Tints of Lime Green #28C53B
RGB
CMYK
RGB Variations
Color information
#28C53B (or 0x28C53B) is known color: Lime Green. HEX triplet: 28, C5 and 3B. RGB value is (40,197,59). Sum of RGB (Red+Green+Blue) = 40+197+59=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #28C53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C53B is #D73AC4. Grayscale: #868686. Windows color (decimal): -14105285 or 3917096. OLE color: 3917096.
HSL color Cylindrical-coordinate representation of color #28C53B: hue angle of 127.26º 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 #28C53B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 59 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.23 |
| HSL | 127.26º | 0.66% | 0.46% | - |
| HSV(B) | 127.26º | 0.8% | 0.77% | - |
| XYZ | 21.63 | 40.7 | 10.85 | - |
| YUV | 134.33 | 85.49 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 59 | 0.80 | 0 | 0.70 | 0.23 | 127.26 | 0.66 | 0.46 |
| Hex | 28 | C5 | 3B | 50 | 0 | 46 | 17 | 7F | 42 | 2E |
| Octal | 50 | 305 | 73 | 120 | 0 | 106 | 27 | 177 | 102 | 56 |
| Binary | 101000 | 11000101 | 111011 | 1010000 | 0 | 1000110 | 10111 | 1111111 | 1000010 | 101110 |
Color Harmonies of #28C53B
Complementary color
Monochromatic Colors of #28C53B
Black with #28C53B
Text Example
Text Example
White with #28C53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C53B; }
p { color: rgb(40,197,59); }
H1.HeaderClassName
{
color: #28C53B;
}
.AnyTagClassName
{
color: #28C53B;
}
</style>
background-color css
<style>
a { background-color: #28C53B; }
a { background-color: rgb(40,197,59); }
div.DivClassName
{
background-color: #28C53B;
}
.BgClassName
{
background-color: #28C53B;
}
</style>
border-color css
<style>
span { border-color: #28C53B; }
span { border-color: rgb(40,197,59); }
td.TdClassName
{
border-color: #28C53B;
}
.TagClassName
{
border-color: #28C53B;
}
</style>