Shades of Lime Green #28C11A
Tints of Lime Green #28C11A
RGB
CMYK
RGB Variations
Color information
#28C11A (or 0x28C11A) is known color: Lime Green. HEX triplet: 28, C1 and 1A. RGB value is (40,193,26). Sum of RGB (Red+Green+Blue) = 40+193+26=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 193 (75.78% from 255 or 74.52% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 193 - color contains mainly: green. Hex color #28C11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C11A is #D73EE5. Grayscale: #808080. Windows color (decimal): -14106342 or 1753384. OLE color: 1753384.
HSL color Cylindrical-coordinate representation of color #28C11A: hue angle of 114.97º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28C11A is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 26 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.24 |
| HSL | 114.97º | 0.76% | 0.43% | - |
| HSV(B) | 114.97º | 0.87% | 0.76% | - |
| XYZ | 20.13 | 38.67 | 7.38 | - |
| YUV | 128.22 | 70.31 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 26 | 0.79 | 0 | 0.87 | 0.24 | 114.97 | 0.76 | 0.43 |
| Hex | 28 | C1 | 1A | 4F | 0 | 57 | 18 | 73 | 4C | 2B |
| Octal | 50 | 301 | 32 | 117 | 0 | 127 | 30 | 163 | 114 | 53 |
| Binary | 101000 | 11000001 | 11010 | 1001111 | 0 | 1010111 | 11000 | 1110011 | 1001100 | 101011 |
Color Harmonies of #28C11A
Complementary color
Monochromatic Colors of #28C11A
Black with #28C11A
Text Example
Text Example
White with #28C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C11A; }
p { color: rgb(40,193,26); }
H1.HeaderClassName
{
color: #28C11A;
}
.AnyTagClassName
{
color: #28C11A;
}
</style>
background-color css
<style>
a { background-color: #28C11A; }
a { background-color: rgb(40,193,26); }
div.DivClassName
{
background-color: #28C11A;
}
.BgClassName
{
background-color: #28C11A;
}
</style>
border-color css
<style>
span { border-color: #28C11A; }
span { border-color: rgb(40,193,26); }
td.TdClassName
{
border-color: #28C11A;
}
.TagClassName
{
border-color: #28C11A;
}
</style>