Shades of Lime Green #28C13B
Tints of Lime Green #28C13B
RGB
CMYK
RGB Variations
Color information
#28C13B (or 0x28C13B) is known color: Lime Green. HEX triplet: 28, C1 and 3B. RGB value is (40,193,59). Sum of RGB (Red+Green+Blue) = 40+193+59=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #28C13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C13B is #D73EC4. Grayscale: #848484. Windows color (decimal): -14106309 or 3916072. OLE color: 3916072.
HSL color Cylindrical-coordinate representation of color #28C13B: hue angle of 127.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C13B is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 59 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.24 |
| HSL | 127.45º | 0.66% | 0.46% | - |
| HSV(B) | 127.45º | 0.79% | 0.76% | - |
| XYZ | 20.73 | 38.91 | 10.55 | - |
| YUV | 131.98 | 86.81 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 59 | 0.79 | 0 | 0.69 | 0.24 | 127.45 | 0.66 | 0.46 |
| Hex | 28 | C1 | 3B | 4F | 0 | 45 | 18 | 7F | 42 | 2E |
| Octal | 50 | 301 | 73 | 117 | 0 | 105 | 30 | 177 | 102 | 56 |
| Binary | 101000 | 11000001 | 111011 | 1001111 | 0 | 1000101 | 11000 | 1111111 | 1000010 | 101110 |
Color Harmonies of #28C13B
Complementary color
Monochromatic Colors of #28C13B
Black with #28C13B
Text Example
Text Example
White with #28C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C13B; }
p { color: rgb(40,193,59); }
H1.HeaderClassName
{
color: #28C13B;
}
.AnyTagClassName
{
color: #28C13B;
}
</style>
background-color css
<style>
a { background-color: #28C13B; }
a { background-color: rgb(40,193,59); }
div.DivClassName
{
background-color: #28C13B;
}
.BgClassName
{
background-color: #28C13B;
}
</style>
border-color css
<style>
span { border-color: #28C13B; }
span { border-color: rgb(40,193,59); }
td.TdClassName
{
border-color: #28C13B;
}
.TagClassName
{
border-color: #28C13B;
}
</style>