Shades of Lime Green #26EA2E
Tints of Lime Green #26EA2E
RGB
CMYK
RGB Variations
Color information
#26EA2E (or 0x26EA2E) is known color: Lime Green. HEX triplet: 26, EA and 2E. RGB value is (38,234,46). Sum of RGB (Red+Green+Blue) = 38+234+46=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 234 (91.80% from 255 or 73.58% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 234 - color contains mainly: green. Hex color #26EA2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EA2E is #D915D1. Grayscale: #9A9A9A. Windows color (decimal): -14226898 or 3074598. OLE color: 3074598.
HSL color Cylindrical-coordinate representation of color #26EA2E: hue angle of 122.45º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EA2E is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 234 | 46 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.08 |
| HSL | 122.45º | 0.82% | 0.53% | - |
| HSV(B) | 122.45º | 0.84% | 0.92% | - |
| XYZ | 30.72 | 59.45 | 12.44 | - |
| YUV | 153.96 | 67.07 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 234 | 46 | 0.84 | 0 | 0.80 | 0.08 | 122.45 | 0.82 | 0.53 |
| Hex | 26 | EA | 2E | 54 | 0 | 50 | 8 | 7A | 52 | 35 |
| Octal | 46 | 352 | 56 | 124 | 0 | 120 | 10 | 172 | 122 | 65 |
| Binary | 100110 | 11101010 | 101110 | 1010100 | 0 | 1010000 | 1000 | 1111010 | 1010010 | 110101 |
Color Harmonies of #26EA2E
Complementary color
Monochromatic Colors of #26EA2E
Black with #26EA2E
Text Example
Text Example
White with #26EA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EA2E; }
p { color: rgb(38,234,46); }
H1.HeaderClassName
{
color: #26EA2E;
}
.AnyTagClassName
{
color: #26EA2E;
}
</style>
background-color css
<style>
a { background-color: #26EA2E; }
a { background-color: rgb(38,234,46); }
div.DivClassName
{
background-color: #26EA2E;
}
.BgClassName
{
background-color: #26EA2E;
}
</style>
border-color css
<style>
span { border-color: #26EA2E; }
span { border-color: rgb(38,234,46); }
td.TdClassName
{
border-color: #26EA2E;
}
.TagClassName
{
border-color: #26EA2E;
}
</style>