Shades of Lime Green #26D915
Tints of Lime Green #26D915
RGB
CMYK
RGB Variations
Color information
#26D915 (or 0x26D915) is known color: Lime Green. HEX triplet: 26, D9 and 15. RGB value is (38,217,21). Sum of RGB (Red+Green+Blue) = 38+217+21=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #26D915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D915 is #D926EA. Grayscale: #8D8D8D. Windows color (decimal): -14231275 or 1431846. OLE color: 1431846.
HSL color Cylindrical-coordinate representation of color #26D915: hue angle of 114.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26D915 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 217 | 21 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.15 |
| HSL | 114.8º | 0.82% | 0.47% | - |
| HSV(B) | 114.8º | 0.9% | 0.85% | - |
| XYZ | 25.75 | 50.09 | 9.02 | - |
| YUV | 141.14 | 60.2 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 217 | 21 | 0.82 | 0 | 0.90 | 0.15 | 114.8 | 0.82 | 0.47 |
| Hex | 26 | D9 | 15 | 52 | 0 | 5A | F | 73 | 52 | 2F |
| Octal | 46 | 331 | 25 | 122 | 0 | 132 | 17 | 163 | 122 | 57 |
| Binary | 100110 | 11011001 | 10101 | 1010010 | 0 | 1011010 | 1111 | 1110011 | 1010010 | 101111 |
Color Harmonies of #26D915
Complementary color
Monochromatic Colors of #26D915
Black with #26D915
Text Example
Text Example
White with #26D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D915; }
p { color: rgb(38,217,21); }
H1.HeaderClassName
{
color: #26D915;
}
.AnyTagClassName
{
color: #26D915;
}
</style>
background-color css
<style>
a { background-color: #26D915; }
a { background-color: rgb(38,217,21); }
div.DivClassName
{
background-color: #26D915;
}
.BgClassName
{
background-color: #26D915;
}
</style>
border-color css
<style>
span { border-color: #26D915; }
span { border-color: rgb(38,217,21); }
td.TdClassName
{
border-color: #26D915;
}
.TagClassName
{
border-color: #26D915;
}
</style>