Shades of Lime Green #26DB22
Tints of Lime Green #26DB22
RGB
CMYK
RGB Variations
Color information
#26DB22 (or 0x26DB22) is known color: Lime Green. HEX triplet: 26, DB and 22. RGB value is (38,219,34). Sum of RGB (Red+Green+Blue) = 38+219+34=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 219 (85.94% from 255 or 75.26% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 219 - color contains mainly: green. Hex color #26DB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DB22 is #D924DD. Grayscale: #909090. Windows color (decimal): -14230750 or 2284326. OLE color: 2284326.
HSL color Cylindrical-coordinate representation of color #26DB22: hue angle of 118.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26DB22 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 34 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.14 |
| HSL | 118.7º | 0.73% | 0.5% | - |
| HSV(B) | 118.7º | 0.84% | 0.86% | - |
| XYZ | 26.42 | 51.19 | 10 | - |
| YUV | 143.79 | 66.03 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 34 | 0.83 | 0 | 0.84 | 0.14 | 118.7 | 0.73 | 0.5 |
| Hex | 26 | DB | 22 | 53 | 0 | 54 | E | 77 | 49 | 32 |
| Octal | 46 | 333 | 42 | 123 | 0 | 124 | 16 | 167 | 111 | 62 |
| Binary | 100110 | 11011011 | 100010 | 1010011 | 0 | 1010100 | 1110 | 1110111 | 1001001 | 110010 |
Color Harmonies of #26DB22
Complementary color
Monochromatic Colors of #26DB22
Black with #26DB22
Text Example
Text Example
White with #26DB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DB22; }
p { color: rgb(38,219,34); }
H1.HeaderClassName
{
color: #26DB22;
}
.AnyTagClassName
{
color: #26DB22;
}
</style>
background-color css
<style>
a { background-color: #26DB22; }
a { background-color: rgb(38,219,34); }
div.DivClassName
{
background-color: #26DB22;
}
.BgClassName
{
background-color: #26DB22;
}
</style>
border-color css
<style>
span { border-color: #26DB22; }
span { border-color: rgb(38,219,34); }
td.TdClassName
{
border-color: #26DB22;
}
.TagClassName
{
border-color: #26DB22;
}
</style>