Shades of Lime Green #26D747
Tints of Lime Green #26D747
RGB
CMYK
RGB Variations
Color information
#26D747 (or 0x26D747) is known color: Lime Green. HEX triplet: 26, D7 and 47. RGB value is (38,215,71). Sum of RGB (Red+Green+Blue) = 38+215+71=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 215 (84.38% from 255 or 66.36% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 215 - color contains mainly: green. Hex color #26D747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D747 is #D928B8. Grayscale: #929292. Windows color (decimal): -14231737 or 4708134. OLE color: 4708134.
HSL color Cylindrical-coordinate representation of color #26D747: hue angle of 131.19º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D747 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 215 | 71 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.16 |
| HSL | 131.19º | 0.7% | 0.5% | - |
| HSV(B) | 131.19º | 0.82% | 0.84% | - |
| XYZ | 26.24 | 49.47 | 14.13 | - |
| YUV | 145.66 | 85.86 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 215 | 71 | 0.82 | 0 | 0.67 | 0.16 | 131.19 | 0.7 | 0.5 |
| Hex | 26 | D7 | 47 | 52 | 0 | 43 | 10 | 83 | 46 | 32 |
| Octal | 46 | 327 | 107 | 122 | 0 | 103 | 20 | 203 | 106 | 62 |
| Binary | 100110 | 11010111 | 1000111 | 1010010 | 0 | 1000011 | 10000 | 10000011 | 1000110 | 110010 |
Color Harmonies of #26D747
Complementary color
Monochromatic Colors of #26D747
Black with #26D747
Text Example
Text Example
White with #26D747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D747; }
p { color: rgb(38,215,71); }
H1.HeaderClassName
{
color: #26D747;
}
.AnyTagClassName
{
color: #26D747;
}
</style>
background-color css
<style>
a { background-color: #26D747; }
a { background-color: rgb(38,215,71); }
div.DivClassName
{
background-color: #26D747;
}
.BgClassName
{
background-color: #26D747;
}
</style>
border-color css
<style>
span { border-color: #26D747; }
span { border-color: rgb(38,215,71); }
td.TdClassName
{
border-color: #26D747;
}
.TagClassName
{
border-color: #26D747;
}
</style>