Shades of Lime Green #28BA26
Tints of Lime Green #28BA26
RGB
CMYK
RGB Variations
Color information
#28BA26 (or 0x28BA26) is known color: Lime Green. HEX triplet: 28, BA and 26. RGB value is (40,186,38). Sum of RGB (Red+Green+Blue) = 40+186+38=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA26 is #D745D9. Grayscale: #7D7D7D. Windows color (decimal): -14108122 or 2538024. OLE color: 2538024.
HSL color Cylindrical-coordinate representation of color #28BA26: hue angle of 119.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BA26 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 38 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.27 |
| HSL | 119.19º | 0.66% | 0.44% | - |
| HSV(B) | 119.19º | 0.8% | 0.73% | - |
| XYZ | 18.78 | 35.71 | 7.74 | - |
| YUV | 125.47 | 78.63 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 38 | 0.78 | 0 | 0.80 | 0.27 | 119.19 | 0.66 | 0.44 |
| Hex | 28 | BA | 26 | 4E | 0 | 50 | 1B | 77 | 42 | 2C |
| Octal | 50 | 272 | 46 | 116 | 0 | 120 | 33 | 167 | 102 | 54 |
| Binary | 101000 | 10111010 | 100110 | 1001110 | 0 | 1010000 | 11011 | 1110111 | 1000010 | 101100 |
Color Harmonies of #28BA26
Complementary color
Monochromatic Colors of #28BA26
Black with #28BA26
Text Example
Text Example
White with #28BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA26; }
p { color: rgb(40,186,38); }
H1.HeaderClassName
{
color: #28BA26;
}
.AnyTagClassName
{
color: #28BA26;
}
</style>
background-color css
<style>
a { background-color: #28BA26; }
a { background-color: rgb(40,186,38); }
div.DivClassName
{
background-color: #28BA26;
}
.BgClassName
{
background-color: #28BA26;
}
</style>
border-color css
<style>
span { border-color: #28BA26; }
span { border-color: rgb(40,186,38); }
td.TdClassName
{
border-color: #28BA26;
}
.TagClassName
{
border-color: #28BA26;
}
</style>