Shades of Lime Green #26DC13
Tints of Lime Green #26DC13
RGB
CMYK
RGB Variations
Color information
#26DC13 (or 0x26DC13) is known color: Lime Green. HEX triplet: 26, DC and 13. RGB value is (38,220,19). Sum of RGB (Red+Green+Blue) = 38+220+19=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 220 (86.33% from 255 or 79.42% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DC13 is #D923EC. Grayscale: #8F8F8F. Windows color (decimal): -14230509 or 1301542. OLE color: 1301542.
HSL color Cylindrical-coordinate representation of color #26DC13: hue angle of 114.33º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26DC13 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 19 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.14 |
| HSL | 114.33º | 0.84% | 0.47% | - |
| HSV(B) | 114.33º | 0.91% | 0.86% | - |
| XYZ | 26.51 | 51.65 | 9.19 | - |
| YUV | 142.67 | 58.2 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 19 | 0.83 | 0 | 0.91 | 0.14 | 114.33 | 0.84 | 0.47 |
| Hex | 26 | DC | 13 | 53 | 0 | 5B | E | 72 | 54 | 2F |
| Octal | 46 | 334 | 23 | 123 | 0 | 133 | 16 | 162 | 124 | 57 |
| Binary | 100110 | 11011100 | 10011 | 1010011 | 0 | 1011011 | 1110 | 1110010 | 1010100 | 101111 |
Color Harmonies of #26DC13
Complementary color
Monochromatic Colors of #26DC13
Black with #26DC13
Text Example
Text Example
White with #26DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC13; }
p { color: rgb(38,220,19); }
H1.HeaderClassName
{
color: #26DC13;
}
.AnyTagClassName
{
color: #26DC13;
}
</style>
background-color css
<style>
a { background-color: #26DC13; }
a { background-color: rgb(38,220,19); }
div.DivClassName
{
background-color: #26DC13;
}
.BgClassName
{
background-color: #26DC13;
}
</style>
border-color css
<style>
span { border-color: #26DC13; }
span { border-color: rgb(38,220,19); }
td.TdClassName
{
border-color: #26DC13;
}
.TagClassName
{
border-color: #26DC13;
}
</style>