Shades of Lime Green #26B917
Tints of Lime Green #26B917
RGB
CMYK
RGB Variations
Color information
#26B917 (or 0x26B917) is known color: Lime Green. HEX triplet: 26, B9 and 17. RGB value is (38,185,23). Sum of RGB (Red+Green+Blue) = 38+185+23=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 185 (72.66% from 255 or 75.20% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 185 - color contains mainly: green. Hex color #26B917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26B917 is #D946E8. Grayscale: #7B7B7B. Windows color (decimal): -14239465 or 1554726. OLE color: 1554726.
HSL color Cylindrical-coordinate representation of color #26B917: hue angle of 114.44º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26B917 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 185 | 23 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.27 |
| HSL | 114.44º | 0.78% | 0.41% | - |
| HSV(B) | 114.44º | 0.88% | 0.73% | - |
| XYZ | 18.3 | 35.17 | 6.63 | - |
| YUV | 122.58 | 71.8 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 185 | 23 | 0.79 | 0 | 0.88 | 0.27 | 114.44 | 0.78 | 0.41 |
| Hex | 26 | B9 | 17 | 4F | 0 | 58 | 1B | 72 | 4E | 29 |
| Octal | 46 | 271 | 27 | 117 | 0 | 130 | 33 | 162 | 116 | 51 |
| Binary | 100110 | 10111001 | 10111 | 1001111 | 0 | 1011000 | 11011 | 1110010 | 1001110 | 101001 |
Color Harmonies of #26B917
Complementary color
Monochromatic Colors of #26B917
Black with #26B917
Text Example
Text Example
White with #26B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B917; }
p { color: rgb(38,185,23); }
H1.HeaderClassName
{
color: #26B917;
}
.AnyTagClassName
{
color: #26B917;
}
</style>
background-color css
<style>
a { background-color: #26B917; }
a { background-color: rgb(38,185,23); }
div.DivClassName
{
background-color: #26B917;
}
.BgClassName
{
background-color: #26B917;
}
</style>
border-color css
<style>
span { border-color: #26B917; }
span { border-color: rgb(38,185,23); }
td.TdClassName
{
border-color: #26B917;
}
.TagClassName
{
border-color: #26B917;
}
</style>