Shades of Lime Green #26DA16
Tints of Lime Green #26DA16
RGB
CMYK
RGB Variations
Color information
#26DA16 (or 0x26DA16) is known color: Lime Green. HEX triplet: 26, DA and 16. RGB value is (38,218,22). Sum of RGB (Red+Green+Blue) = 38+218+22=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DA16 is #D925E9. Grayscale: #8E8E8E. Windows color (decimal): -14231018 or 1497638. OLE color: 1497638.
HSL color Cylindrical-coordinate representation of color #26DA16: hue angle of 115.1º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26DA16 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 22 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.15 |
| HSL | 115.1º | 0.82% | 0.47% | - |
| HSV(B) | 115.1º | 0.9% | 0.85% | - |
| XYZ | 26.02 | 50.61 | 9.16 | - |
| YUV | 141.84 | 60.37 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 22 | 0.83 | 0 | 0.90 | 0.15 | 115.1 | 0.82 | 0.47 |
| Hex | 26 | DA | 16 | 53 | 0 | 5A | F | 73 | 52 | 2F |
| Octal | 46 | 332 | 26 | 123 | 0 | 132 | 17 | 163 | 122 | 57 |
| Binary | 100110 | 11011010 | 10110 | 1010011 | 0 | 1011010 | 1111 | 1110011 | 1010010 | 101111 |
Color Harmonies of #26DA16
Complementary color
Monochromatic Colors of #26DA16
Black with #26DA16
Text Example
Text Example
White with #26DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA16; }
p { color: rgb(38,218,22); }
H1.HeaderClassName
{
color: #26DA16;
}
.AnyTagClassName
{
color: #26DA16;
}
</style>
background-color css
<style>
a { background-color: #26DA16; }
a { background-color: rgb(38,218,22); }
div.DivClassName
{
background-color: #26DA16;
}
.BgClassName
{
background-color: #26DA16;
}
</style>
border-color css
<style>
span { border-color: #26DA16; }
span { border-color: rgb(38,218,22); }
td.TdClassName
{
border-color: #26DA16;
}
.TagClassName
{
border-color: #26DA16;
}
</style>