Shades of Lime Green #26EC38
Tints of Lime Green #26EC38
RGB
CMYK
RGB Variations
Color information
#26EC38 (or 0x26EC38) is known color: Lime Green. HEX triplet: 26, EC and 38. RGB value is (38,236,56). Sum of RGB (Red+Green+Blue) = 38+236+56=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EC38 is #D913C7. Grayscale: #9C9C9C. Windows color (decimal): -14226376 or 3730470. OLE color: 3730470.
HSL color Cylindrical-coordinate representation of color #26EC38: hue angle of 125.45º 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 #26EC38 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 56 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.07 |
| HSL | 125.45º | 0.84% | 0.54% | - |
| HSV(B) | 125.45º | 0.84% | 0.93% | - |
| XYZ | 31.51 | 60.69 | 13.79 | - |
| YUV | 156.28 | 71.4 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 56 | 0.84 | 0 | 0.76 | 0.07 | 125.45 | 0.84 | 0.54 |
| Hex | 26 | EC | 38 | 54 | 0 | 4C | 7 | 7D | 54 | 36 |
| Octal | 46 | 354 | 70 | 124 | 0 | 114 | 7 | 175 | 124 | 66 |
| Binary | 100110 | 11101100 | 111000 | 1010100 | 0 | 1001100 | 111 | 1111101 | 1010100 | 110110 |
Color Harmonies of #26EC38
Complementary color
Monochromatic Colors of #26EC38
Black with #26EC38
Text Example
Text Example
White with #26EC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EC38; }
p { color: rgb(38,236,56); }
H1.HeaderClassName
{
color: #26EC38;
}
.AnyTagClassName
{
color: #26EC38;
}
</style>
background-color css
<style>
a { background-color: #26EC38; }
a { background-color: rgb(38,236,56); }
div.DivClassName
{
background-color: #26EC38;
}
.BgClassName
{
background-color: #26EC38;
}
</style>
border-color css
<style>
span { border-color: #26EC38; }
span { border-color: rgb(38,236,56); }
td.TdClassName
{
border-color: #26EC38;
}
.TagClassName
{
border-color: #26EC38;
}
</style>