Shades of Lime Green #26EC3C
Tints of Lime Green #26EC3C
RGB
CMYK
RGB Variations
Color information
#26EC3C (or 0x26EC3C) is known color: Lime Green. HEX triplet: 26, EC and 3C. RGB value is (38,236,60). Sum of RGB (Red+Green+Blue) = 38+236+60=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EC3C is #D913C3. Grayscale: #9D9D9D. Windows color (decimal): -14226372 or 3992614. OLE color: 3992614.
HSL color Cylindrical-coordinate representation of color #26EC3C: hue angle of 126.67º 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 #26EC3C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 60 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.07 |
| HSL | 126.67º | 0.84% | 0.54% | - |
| HSV(B) | 126.67º | 0.84% | 0.93% | - |
| XYZ | 31.61 | 60.73 | 14.33 | - |
| YUV | 156.73 | 73.4 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 60 | 0.84 | 0 | 0.75 | 0.07 | 126.67 | 0.84 | 0.54 |
| Hex | 26 | EC | 3C | 54 | 0 | 4B | 7 | 7F | 54 | 36 |
| Octal | 46 | 354 | 74 | 124 | 0 | 113 | 7 | 177 | 124 | 66 |
| Binary | 100110 | 11101100 | 111100 | 1010100 | 0 | 1001011 | 111 | 1111111 | 1010100 | 110110 |
Color Harmonies of #26EC3C
Complementary color
Monochromatic Colors of #26EC3C
Black with #26EC3C
Text Example
Text Example
White with #26EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EC3C; }
p { color: rgb(38,236,60); }
H1.HeaderClassName
{
color: #26EC3C;
}
.AnyTagClassName
{
color: #26EC3C;
}
</style>
background-color css
<style>
a { background-color: #26EC3C; }
a { background-color: rgb(38,236,60); }
div.DivClassName
{
background-color: #26EC3C;
}
.BgClassName
{
background-color: #26EC3C;
}
</style>
border-color css
<style>
span { border-color: #26EC3C; }
span { border-color: rgb(38,236,60); }
td.TdClassName
{
border-color: #26EC3C;
}
.TagClassName
{
border-color: #26EC3C;
}
</style>