Shades of Lime Green #26D613
Tints of Lime Green #26D613
RGB
CMYK
RGB Variations
Color information
#26D613 (or 0x26D613) is known color: Lime Green. HEX triplet: 26, D6 and 13. RGB value is (38,214,19). Sum of RGB (Red+Green+Blue) = 38+214+19=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 214 (83.98% from 255 or 78.97% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 214 - color contains mainly: green. Hex color #26D613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D613 is #D929EC. Grayscale: #8B8B8B. Windows color (decimal): -14232045 or 1300006. OLE color: 1300006.
HSL color Cylindrical-coordinate representation of color #26D613: hue angle of 114.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26D613 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 19 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.16 |
| HSL | 114.15º | 0.84% | 0.46% | - |
| HSV(B) | 114.15º | 0.91% | 0.84% | - |
| XYZ | 24.96 | 48.55 | 8.67 | - |
| YUV | 139.15 | 60.19 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 19 | 0.82 | 0 | 0.91 | 0.16 | 114.15 | 0.84 | 0.46 |
| Hex | 26 | D6 | 13 | 52 | 0 | 5B | 10 | 72 | 54 | 2E |
| Octal | 46 | 326 | 23 | 122 | 0 | 133 | 20 | 162 | 124 | 56 |
| Binary | 100110 | 11010110 | 10011 | 1010010 | 0 | 1011011 | 10000 | 1110010 | 1010100 | 101110 |
Color Harmonies of #26D613
Complementary color
Monochromatic Colors of #26D613
Black with #26D613
Text Example
Text Example
White with #26D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D613; }
p { color: rgb(38,214,19); }
H1.HeaderClassName
{
color: #26D613;
}
.AnyTagClassName
{
color: #26D613;
}
</style>
background-color css
<style>
a { background-color: #26D613; }
a { background-color: rgb(38,214,19); }
div.DivClassName
{
background-color: #26D613;
}
.BgClassName
{
background-color: #26D613;
}
</style>
border-color css
<style>
span { border-color: #26D613; }
span { border-color: rgb(38,214,19); }
td.TdClassName
{
border-color: #26D613;
}
.TagClassName
{
border-color: #26D613;
}
</style>