Shades of Lime Green #26D615
Tints of Lime Green #26D615
RGB
CMYK
RGB Variations
Color information
#26D615 (or 0x26D615) is known color: Lime Green. HEX triplet: 26, D6 and 15. RGB value is (38,214,21). Sum of RGB (Red+Green+Blue) = 38+214+21=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 214 (83.98% from 255 or 78.39% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 214 - color contains mainly: green. Hex color #26D615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D615 is #D929EA. Grayscale: #8B8B8B. Windows color (decimal): -14232043 or 1431078. OLE color: 1431078.
HSL color Cylindrical-coordinate representation of color #26D615: hue angle of 114.72º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26D615 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 21 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.16 |
| HSL | 114.72º | 0.82% | 0.46% | - |
| HSV(B) | 114.72º | 0.9% | 0.84% | - |
| XYZ | 24.98 | 48.56 | 8.77 | - |
| YUV | 139.37 | 61.19 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 21 | 0.82 | 0 | 0.90 | 0.16 | 114.72 | 0.82 | 0.46 |
| Hex | 26 | D6 | 15 | 52 | 0 | 5A | 10 | 73 | 52 | 2E |
| Octal | 46 | 326 | 25 | 122 | 0 | 132 | 20 | 163 | 122 | 56 |
| Binary | 100110 | 11010110 | 10101 | 1010010 | 0 | 1011010 | 10000 | 1110011 | 1010010 | 101110 |
Color Harmonies of #26D615
Complementary color
Monochromatic Colors of #26D615
Black with #26D615
Text Example
Text Example
White with #26D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D615; }
p { color: rgb(38,214,21); }
H1.HeaderClassName
{
color: #26D615;
}
.AnyTagClassName
{
color: #26D615;
}
</style>
background-color css
<style>
a { background-color: #26D615; }
a { background-color: rgb(38,214,21); }
div.DivClassName
{
background-color: #26D615;
}
.BgClassName
{
background-color: #26D615;
}
</style>
border-color css
<style>
span { border-color: #26D615; }
span { border-color: rgb(38,214,21); }
td.TdClassName
{
border-color: #26D615;
}
.TagClassName
{
border-color: #26D615;
}
</style>