Shades of Lime Green #26D016
Tints of Lime Green #26D016
RGB
CMYK
RGB Variations
Color information
#26D016 (or 0x26D016) is known color: Lime Green. HEX triplet: 26, D0 and 16. RGB value is (38,208,22). Sum of RGB (Red+Green+Blue) = 38+208+22=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #26D016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D016 is #D92FE9. Grayscale: #888888. Windows color (decimal): -14233578 or 1495078. OLE color: 1495078.
HSL color Cylindrical-coordinate representation of color #26D016: hue angle of 114.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26D016 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 22 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.18 |
| HSL | 114.84º | 0.81% | 0.45% | - |
| HSV(B) | 114.84º | 0.89% | 0.82% | - |
| XYZ | 23.5 | 45.58 | 8.32 | - |
| YUV | 135.97 | 63.68 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 22 | 0.82 | 0 | 0.89 | 0.18 | 114.84 | 0.81 | 0.45 |
| Hex | 26 | D0 | 16 | 52 | 0 | 59 | 12 | 73 | 51 | 2D |
| Octal | 46 | 320 | 26 | 122 | 0 | 131 | 22 | 163 | 121 | 55 |
| Binary | 100110 | 11010000 | 10110 | 1010010 | 0 | 1011001 | 10010 | 1110011 | 1010001 | 101101 |
Color Harmonies of #26D016
Complementary color
Monochromatic Colors of #26D016
Black with #26D016
Text Example
Text Example
White with #26D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D016; }
p { color: rgb(38,208,22); }
H1.HeaderClassName
{
color: #26D016;
}
.AnyTagClassName
{
color: #26D016;
}
</style>
background-color css
<style>
a { background-color: #26D016; }
a { background-color: rgb(38,208,22); }
div.DivClassName
{
background-color: #26D016;
}
.BgClassName
{
background-color: #26D016;
}
</style>
border-color css
<style>
span { border-color: #26D016; }
span { border-color: rgb(38,208,22); }
td.TdClassName
{
border-color: #26D016;
}
.TagClassName
{
border-color: #26D016;
}
</style>