Shades of Lime Green #28C538
Tints of Lime Green #28C538
RGB
CMYK
RGB Variations
Color information
#28C538 (or 0x28C538) is known color: Lime Green. HEX triplet: 28, C5 and 38. RGB value is (40,197,56). Sum of RGB (Red+Green+Blue) = 40+197+56=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #28C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C538 is #D73AC7. Grayscale: #868686. Windows color (decimal): -14105288 or 3720488. OLE color: 3720488.
HSL color Cylindrical-coordinate representation of color #28C538: hue angle of 126.11º 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 #28C538 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 56 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.23 |
| HSL | 126.11º | 0.66% | 0.46% | - |
| HSV(B) | 126.11º | 0.8% | 0.77% | - |
| XYZ | 21.56 | 40.67 | 10.46 | - |
| YUV | 133.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 56 | 0.80 | 0 | 0.72 | 0.23 | 126.11 | 0.66 | 0.46 |
| Hex | 28 | C5 | 38 | 50 | 0 | 48 | 17 | 7E | 42 | 2E |
| Octal | 50 | 305 | 70 | 120 | 0 | 110 | 27 | 176 | 102 | 56 |
| Binary | 101000 | 11000101 | 111000 | 1010000 | 0 | 1001000 | 10111 | 1111110 | 1000010 | 101110 |
Color Harmonies of #28C538
Complementary color
Monochromatic Colors of #28C538
Black with #28C538
Text Example
Text Example
White with #28C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C538; }
p { color: rgb(40,197,56); }
H1.HeaderClassName
{
color: #28C538;
}
.AnyTagClassName
{
color: #28C538;
}
</style>
background-color css
<style>
a { background-color: #28C538; }
a { background-color: rgb(40,197,56); }
div.DivClassName
{
background-color: #28C538;
}
.BgClassName
{
background-color: #28C538;
}
</style>
border-color css
<style>
span { border-color: #28C538; }
span { border-color: rgb(40,197,56); }
td.TdClassName
{
border-color: #28C538;
}
.TagClassName
{
border-color: #28C538;
}
</style>