Shades of Lime Green #26DA44
Tints of Lime Green #26DA44
RGB
CMYK
RGB Variations
Color information
#26DA44 (or 0x26DA44) is known color: Lime Green. HEX triplet: 26, DA and 44. RGB value is (38,218,68). Sum of RGB (Red+Green+Blue) = 38+218+68=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DA44 is #D925BB. Grayscale: #939393. Windows color (decimal): -14230972 or 4512294. OLE color: 4512294.
HSL color Cylindrical-coordinate representation of color #26DA44: hue angle of 130º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DA44 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 68 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.15 |
| HSL | 130º | 0.71% | 0.5% | - |
| HSV(B) | 130º | 0.83% | 0.85% | - |
| XYZ | 26.91 | 50.97 | 13.89 | - |
| YUV | 147.08 | 83.37 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 68 | 0.83 | 0 | 0.69 | 0.15 | 130 | 0.71 | 0.5 |
| Hex | 26 | DA | 44 | 53 | 0 | 45 | F | 82 | 47 | 32 |
| Octal | 46 | 332 | 104 | 123 | 0 | 105 | 17 | 202 | 107 | 62 |
| Binary | 100110 | 11011010 | 1000100 | 1010011 | 0 | 1000101 | 1111 | 10000010 | 1000111 | 110010 |
Color Harmonies of #26DA44
Complementary color
Monochromatic Colors of #26DA44
Black with #26DA44
Text Example
Text Example
White with #26DA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA44; }
p { color: rgb(38,218,68); }
H1.HeaderClassName
{
color: #26DA44;
}
.AnyTagClassName
{
color: #26DA44;
}
</style>
background-color css
<style>
a { background-color: #26DA44; }
a { background-color: rgb(38,218,68); }
div.DivClassName
{
background-color: #26DA44;
}
.BgClassName
{
background-color: #26DA44;
}
</style>
border-color css
<style>
span { border-color: #26DA44; }
span { border-color: rgb(38,218,68); }
td.TdClassName
{
border-color: #26DA44;
}
.TagClassName
{
border-color: #26DA44;
}
</style>