Shades of Lime Green #26DE24
Tints of Lime Green #26DE24
RGB
CMYK
RGB Variations
Color information
#26DE24 (or 0x26DE24) is known color: Lime Green. HEX triplet: 26, DE and 24. RGB value is (38,222,36). Sum of RGB (Red+Green+Blue) = 38+222+36=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 222 (87.11% from 255 or 75% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 222 - color contains mainly: green. Hex color #26DE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DE24 is #D921DB. Grayscale: #929292. Windows color (decimal): -14229980 or 2416166. OLE color: 2416166.
HSL color Cylindrical-coordinate representation of color #26DE24: hue angle of 119.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26DE24 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 222 | 36 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.13 |
| HSL | 119.35º | 0.74% | 0.51% | - |
| HSV(B) | 119.35º | 0.84% | 0.87% | - |
| XYZ | 27.24 | 52.78 | 10.42 | - |
| YUV | 145.78 | 66.04 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 222 | 36 | 0.83 | 0 | 0.84 | 0.13 | 119.35 | 0.74 | 0.51 |
| Hex | 26 | DE | 24 | 53 | 0 | 54 | D | 77 | 4A | 33 |
| Octal | 46 | 336 | 44 | 123 | 0 | 124 | 15 | 167 | 112 | 63 |
| Binary | 100110 | 11011110 | 100100 | 1010011 | 0 | 1010100 | 1101 | 1110111 | 1001010 | 110011 |
Color Harmonies of #26DE24
Complementary color
Monochromatic Colors of #26DE24
Black with #26DE24
Text Example
Text Example
White with #26DE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DE24; }
p { color: rgb(38,222,36); }
H1.HeaderClassName
{
color: #26DE24;
}
.AnyTagClassName
{
color: #26DE24;
}
</style>
background-color css
<style>
a { background-color: #26DE24; }
a { background-color: rgb(38,222,36); }
div.DivClassName
{
background-color: #26DE24;
}
.BgClassName
{
background-color: #26DE24;
}
</style>
border-color css
<style>
span { border-color: #26DE24; }
span { border-color: rgb(38,222,36); }
td.TdClassName
{
border-color: #26DE24;
}
.TagClassName
{
border-color: #26DE24;
}
</style>