Shades of Lime Green #26B616
Tints of Lime Green #26B616
RGB
CMYK
RGB Variations
Color information
#26B616 (or 0x26B616) is known color: Lime Green. HEX triplet: 26, B6 and 16. RGB value is (38,182,22). Sum of RGB (Red+Green+Blue) = 38+182+22=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 182 (71.48% from 255 or 75.21% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 182 - color contains mainly: green. Hex color #26B616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26B616 is #D949E9. Grayscale: #797979. Windows color (decimal): -14240234 or 1488422. OLE color: 1488422.
HSL color Cylindrical-coordinate representation of color #26B616: hue angle of 114º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26B616 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 182 | 22 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.29 |
| HSL | 114º | 0.78% | 0.4% | - |
| HSV(B) | 114º | 0.88% | 0.71% | - |
| XYZ | 17.67 | 33.93 | 6.38 | - |
| YUV | 120.7 | 72.29 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 182 | 22 | 0.79 | 0 | 0.88 | 0.29 | 114 | 0.78 | 0.4 |
| Hex | 26 | B6 | 16 | 4F | 0 | 58 | 1D | 72 | 4E | 28 |
| Octal | 46 | 266 | 26 | 117 | 0 | 130 | 35 | 162 | 116 | 50 |
| Binary | 100110 | 10110110 | 10110 | 1001111 | 0 | 1011000 | 11101 | 1110010 | 1001110 | 101000 |
Color Harmonies of #26B616
Complementary color
Monochromatic Colors of #26B616
Black with #26B616
Text Example
Text Example
White with #26B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B616; }
p { color: rgb(38,182,22); }
H1.HeaderClassName
{
color: #26B616;
}
.AnyTagClassName
{
color: #26B616;
}
</style>
background-color css
<style>
a { background-color: #26B616; }
a { background-color: rgb(38,182,22); }
div.DivClassName
{
background-color: #26B616;
}
.BgClassName
{
background-color: #26B616;
}
</style>
border-color css
<style>
span { border-color: #26B616; }
span { border-color: rgb(38,182,22); }
td.TdClassName
{
border-color: #26B616;
}
.TagClassName
{
border-color: #26B616;
}
</style>