Shades of Lime Green #26EC32
Tints of Lime Green #26EC32
RGB
CMYK
RGB Variations
Color information
#26EC32 (or 0x26EC32) is known color: Lime Green. HEX triplet: 26, EC and 32. RGB value is (38,236,50). Sum of RGB (Red+Green+Blue) = 38+236+50=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EC32 is #D913CD. Grayscale: #9C9C9C. Windows color (decimal): -14226382 or 3337254. OLE color: 3337254.
HSL color Cylindrical-coordinate representation of color #26EC32: hue angle of 123.64º 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 #26EC32 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 50 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.07 |
| HSL | 123.64º | 0.84% | 0.54% | - |
| HSV(B) | 123.64º | 0.84% | 0.93% | - |
| XYZ | 31.37 | 60.63 | 13.07 | - |
| YUV | 155.59 | 68.4 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 50 | 0.84 | 0 | 0.79 | 0.07 | 123.64 | 0.84 | 0.54 |
| Hex | 26 | EC | 32 | 54 | 0 | 4F | 7 | 7C | 54 | 36 |
| Octal | 46 | 354 | 62 | 124 | 0 | 117 | 7 | 174 | 124 | 66 |
| Binary | 100110 | 11101100 | 110010 | 1010100 | 0 | 1001111 | 111 | 1111100 | 1010100 | 110110 |
Color Harmonies of #26EC32
Complementary color
Monochromatic Colors of #26EC32
Black with #26EC32
Text Example
Text Example
White with #26EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EC32; }
p { color: rgb(38,236,50); }
H1.HeaderClassName
{
color: #26EC32;
}
.AnyTagClassName
{
color: #26EC32;
}
</style>
background-color css
<style>
a { background-color: #26EC32; }
a { background-color: rgb(38,236,50); }
div.DivClassName
{
background-color: #26EC32;
}
.BgClassName
{
background-color: #26EC32;
}
</style>
border-color css
<style>
span { border-color: #26EC32; }
span { border-color: rgb(38,236,50); }
td.TdClassName
{
border-color: #26EC32;
}
.TagClassName
{
border-color: #26EC32;
}
</style>