Shades of Lime Green #26EC3A
Tints of Lime Green #26EC3A
RGB
CMYK
RGB Variations
Color information
#26EC3A (or 0x26EC3A) is known color: Lime Green. HEX triplet: 26, EC and 3A. RGB value is (38,236,58). Sum of RGB (Red+Green+Blue) = 38+236+58=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EC3A is #D913C5. Grayscale: #9D9D9D. Windows color (decimal): -14226374 or 3861542. OLE color: 3861542.
HSL color Cylindrical-coordinate representation of color #26EC3A: hue angle of 126.06º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EC3A is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 58 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.07 |
| HSL | 126.06º | 0.84% | 0.54% | - |
| HSV(B) | 126.06º | 0.84% | 0.93% | - |
| XYZ | 31.56 | 60.71 | 14.06 | - |
| YUV | 156.51 | 72.4 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 58 | 0.84 | 0 | 0.75 | 0.07 | 126.06 | 0.84 | 0.54 |
| Hex | 26 | EC | 3A | 54 | 0 | 4B | 7 | 7E | 54 | 36 |
| Octal | 46 | 354 | 72 | 124 | 0 | 113 | 7 | 176 | 124 | 66 |
| Binary | 100110 | 11101100 | 111010 | 1010100 | 0 | 1001011 | 111 | 1111110 | 1010100 | 110110 |
Color Harmonies of #26EC3A
Complementary color
Monochromatic Colors of #26EC3A
Black with #26EC3A
Text Example
Text Example
White with #26EC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EC3A; }
p { color: rgb(38,236,58); }
H1.HeaderClassName
{
color: #26EC3A;
}
.AnyTagClassName
{
color: #26EC3A;
}
</style>
background-color css
<style>
a { background-color: #26EC3A; }
a { background-color: rgb(38,236,58); }
div.DivClassName
{
background-color: #26EC3A;
}
.BgClassName
{
background-color: #26EC3A;
}
</style>
border-color css
<style>
span { border-color: #26EC3A; }
span { border-color: rgb(38,236,58); }
td.TdClassName
{
border-color: #26EC3A;
}
.TagClassName
{
border-color: #26EC3A;
}
</style>