Shades of Lime Green #26E016
Tints of Lime Green #26E016
RGB
CMYK
RGB Variations
Color information
#26E016 (or 0x26E016) is known color: Lime Green. HEX triplet: 26, E0 and 16. RGB value is (38,224,22). Sum of RGB (Red+Green+Blue) = 38+224+22=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 224 (87.89% from 255 or 78.87% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 224 - color contains mainly: green. Hex color #26E016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26E016 is #D91FE9. Grayscale: #919191. Windows color (decimal): -14229482 or 1499174. OLE color: 1499174.
HSL color Cylindrical-coordinate representation of color #26E016: hue angle of 115.25º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26E016 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 224 | 22 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.12 |
| HSL | 115.25º | 0.82% | 0.48% | - |
| HSV(B) | 115.25º | 0.9% | 0.88% | - |
| XYZ | 27.6 | 53.78 | 9.69 | - |
| YUV | 145.36 | 58.38 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 224 | 22 | 0.83 | 0 | 0.90 | 0.12 | 115.25 | 0.82 | 0.48 |
| Hex | 26 | E0 | 16 | 53 | 0 | 5A | C | 73 | 52 | 30 |
| Octal | 46 | 340 | 26 | 123 | 0 | 132 | 14 | 163 | 122 | 60 |
| Binary | 100110 | 11100000 | 10110 | 1010011 | 0 | 1011010 | 1100 | 1110011 | 1010010 | 110000 |
Color Harmonies of #26E016
Complementary color
Monochromatic Colors of #26E016
Black with #26E016
Text Example
Text Example
White with #26E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E016; }
p { color: rgb(38,224,22); }
H1.HeaderClassName
{
color: #26E016;
}
.AnyTagClassName
{
color: #26E016;
}
</style>
background-color css
<style>
a { background-color: #26E016; }
a { background-color: rgb(38,224,22); }
div.DivClassName
{
background-color: #26E016;
}
.BgClassName
{
background-color: #26E016;
}
</style>
border-color css
<style>
span { border-color: #26E016; }
span { border-color: rgb(38,224,22); }
td.TdClassName
{
border-color: #26E016;
}
.TagClassName
{
border-color: #26E016;
}
</style>