Shades of Lime Green #26EC3B
Tints of Lime Green #26EC3B
RGB
CMYK
RGB Variations
Color information
#26EC3B (or 0x26EC3B) is known color: Lime Green. HEX triplet: 26, EC and 3B. RGB value is (38,236,59). Sum of RGB (Red+Green+Blue) = 38+236+59=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EC3B is #D913C4. Grayscale: #9D9D9D. Windows color (decimal): -14226373 or 3927078. OLE color: 3927078.
HSL color Cylindrical-coordinate representation of color #26EC3B: hue angle of 126.36º 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 #26EC3B is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 59 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.07 |
| HSL | 126.36º | 0.84% | 0.54% | - |
| HSV(B) | 126.36º | 0.84% | 0.93% | - |
| XYZ | 31.58 | 60.72 | 14.19 | - |
| YUV | 156.62 | 72.9 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 59 | 0.84 | 0 | 0.75 | 0.07 | 126.36 | 0.84 | 0.54 |
| Hex | 26 | EC | 3B | 54 | 0 | 4B | 7 | 7E | 54 | 36 |
| Octal | 46 | 354 | 73 | 124 | 0 | 113 | 7 | 176 | 124 | 66 |
| Binary | 100110 | 11101100 | 111011 | 1010100 | 0 | 1001011 | 111 | 1111110 | 1010100 | 110110 |
Color Harmonies of #26EC3B
Complementary color
Monochromatic Colors of #26EC3B
Black with #26EC3B
Text Example
Text Example
White with #26EC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EC3B; }
p { color: rgb(38,236,59); }
H1.HeaderClassName
{
color: #26EC3B;
}
.AnyTagClassName
{
color: #26EC3B;
}
</style>
background-color css
<style>
a { background-color: #26EC3B; }
a { background-color: rgb(38,236,59); }
div.DivClassName
{
background-color: #26EC3B;
}
.BgClassName
{
background-color: #26EC3B;
}
</style>
border-color css
<style>
span { border-color: #26EC3B; }
span { border-color: rgb(38,236,59); }
td.TdClassName
{
border-color: #26EC3B;
}
.TagClassName
{
border-color: #26EC3B;
}
</style>