Shades of Lime Green #26E121
Tints of Lime Green #26E121
RGB
CMYK
RGB Variations
Color information
#26E121 (or 0x26E121) is known color: Lime Green. HEX triplet: 26, E1 and 21. RGB value is (38,225,33). Sum of RGB (Red+Green+Blue) = 38+225+33=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #26E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E121 is #D91EDE. Grayscale: #939393. Windows color (decimal): -14229215 or 2220326. OLE color: 2220326.
HSL color Cylindrical-coordinate representation of color #26E121: hue angle of 118.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26E121 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 225 | 33 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.12 |
| HSL | 118.44º | 0.76% | 0.51% | - |
| HSV(B) | 118.44º | 0.85% | 0.88% | - |
| XYZ | 28 | 54.37 | 10.46 | - |
| YUV | 147.2 | 63.55 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 225 | 33 | 0.83 | 0 | 0.85 | 0.12 | 118.44 | 0.76 | 0.51 |
| Hex | 26 | E1 | 21 | 53 | 0 | 55 | C | 76 | 4C | 33 |
| Octal | 46 | 341 | 41 | 123 | 0 | 125 | 14 | 166 | 114 | 63 |
| Binary | 100110 | 11100001 | 100001 | 1010011 | 0 | 1010101 | 1100 | 1110110 | 1001100 | 110011 |
Color Harmonies of #26E121
Complementary color
Monochromatic Colors of #26E121
Black with #26E121
Text Example
Text Example
White with #26E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E121; }
p { color: rgb(38,225,33); }
H1.HeaderClassName
{
color: #26E121;
}
.AnyTagClassName
{
color: #26E121;
}
</style>
background-color css
<style>
a { background-color: #26E121; }
a { background-color: rgb(38,225,33); }
div.DivClassName
{
background-color: #26E121;
}
.BgClassName
{
background-color: #26E121;
}
</style>
border-color css
<style>
span { border-color: #26E121; }
span { border-color: rgb(38,225,33); }
td.TdClassName
{
border-color: #26E121;
}
.TagClassName
{
border-color: #26E121;
}
</style>