Shades of Lime Green #26E123
Tints of Lime Green #26E123
RGB
CMYK
RGB Variations
Color information
#26E123 (or 0x26E123) is known color: Lime Green. HEX triplet: 26, E1 and 23. RGB value is (38,225,35). Sum of RGB (Red+Green+Blue) = 38+225+35=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #26E123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E123 is #D91EDC. Grayscale: #949494. Windows color (decimal): -14229213 or 2351398. OLE color: 2351398.
HSL color Cylindrical-coordinate representation of color #26E123: hue angle of 119.05º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26E123 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 225 | 35 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.12 |
| HSL | 119.05º | 0.76% | 0.51% | - |
| HSV(B) | 119.05º | 0.84% | 0.88% | - |
| XYZ | 28.03 | 54.38 | 10.61 | - |
| YUV | 147.43 | 64.55 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 225 | 35 | 0.83 | 0 | 0.84 | 0.12 | 119.05 | 0.76 | 0.51 |
| Hex | 26 | E1 | 23 | 53 | 0 | 54 | C | 77 | 4C | 33 |
| Octal | 46 | 341 | 43 | 123 | 0 | 124 | 14 | 167 | 114 | 63 |
| Binary | 100110 | 11100001 | 100011 | 1010011 | 0 | 1010100 | 1100 | 1110111 | 1001100 | 110011 |
Color Harmonies of #26E123
Complementary color
Monochromatic Colors of #26E123
Black with #26E123
Text Example
Text Example
White with #26E123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E123; }
p { color: rgb(38,225,35); }
H1.HeaderClassName
{
color: #26E123;
}
.AnyTagClassName
{
color: #26E123;
}
</style>
background-color css
<style>
a { background-color: #26E123; }
a { background-color: rgb(38,225,35); }
div.DivClassName
{
background-color: #26E123;
}
.BgClassName
{
background-color: #26E123;
}
</style>
border-color css
<style>
span { border-color: #26E123; }
span { border-color: rgb(38,225,35); }
td.TdClassName
{
border-color: #26E123;
}
.TagClassName
{
border-color: #26E123;
}
</style>