Shades of Lime Green #28C53D
Tints of Lime Green #28C53D
RGB
CMYK
RGB Variations
Color information
#28C53D (or 0x28C53D) is known color: Lime Green. HEX triplet: 28, C5 and 3D. RGB value is (40,197,61). Sum of RGB (Red+Green+Blue) = 40+197+61=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #28C53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C53D is #D73AC2. Grayscale: #868686. Windows color (decimal): -14105283 or 4048168. OLE color: 4048168.
HSL color Cylindrical-coordinate representation of color #28C53D: hue angle of 128.03º 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 #28C53D is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 61 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.23 |
| HSL | 128.03º | 0.66% | 0.46% | - |
| HSV(B) | 128.03º | 0.8% | 0.77% | - |
| XYZ | 21.68 | 40.72 | 11.13 | - |
| YUV | 134.55 | 86.49 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 61 | 0.80 | 0 | 0.69 | 0.23 | 128.03 | 0.66 | 0.46 |
| Hex | 28 | C5 | 3D | 50 | 0 | 45 | 17 | 80 | 42 | 2E |
| Octal | 50 | 305 | 75 | 120 | 0 | 105 | 27 | 200 | 102 | 56 |
| Binary | 101000 | 11000101 | 111101 | 1010000 | 0 | 1000101 | 10111 | 10000000 | 1000010 | 101110 |
Color Harmonies of #28C53D
Complementary color
Monochromatic Colors of #28C53D
Black with #28C53D
Text Example
Text Example
White with #28C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C53D; }
p { color: rgb(40,197,61); }
H1.HeaderClassName
{
color: #28C53D;
}
.AnyTagClassName
{
color: #28C53D;
}
</style>
background-color css
<style>
a { background-color: #28C53D; }
a { background-color: rgb(40,197,61); }
div.DivClassName
{
background-color: #28C53D;
}
.BgClassName
{
background-color: #28C53D;
}
</style>
border-color css
<style>
span { border-color: #28C53D; }
span { border-color: rgb(40,197,61); }
td.TdClassName
{
border-color: #28C53D;
}
.TagClassName
{
border-color: #28C53D;
}
</style>