Shades of Lime Green #26D512
Tints of Lime Green #26D512
RGB
CMYK
RGB Variations
Color information
#26D512 (or 0x26D512) is known color: Lime Green. HEX triplet: 26, D5 and 12. RGB value is (38,213,18). Sum of RGB (Red+Green+Blue) = 38+213+18=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #26D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D512 is #D92AED. Grayscale: #8B8B8B. Windows color (decimal): -14232302 or 1234214. OLE color: 1234214.
HSL color Cylindrical-coordinate representation of color #26D512: hue angle of 113.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26D512 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 213 | 18 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.16 |
| HSL | 113.85º | 0.84% | 0.45% | - |
| HSV(B) | 113.85º | 0.92% | 0.84% | - |
| XYZ | 24.7 | 48.04 | 8.54 | - |
| YUV | 138.45 | 60.02 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 213 | 18 | 0.82 | 0 | 0.92 | 0.16 | 113.85 | 0.84 | 0.45 |
| Hex | 26 | D5 | 12 | 52 | 0 | 5C | 10 | 72 | 54 | 2D |
| Octal | 46 | 325 | 22 | 122 | 0 | 134 | 20 | 162 | 124 | 55 |
| Binary | 100110 | 11010101 | 10010 | 1010010 | 0 | 1011100 | 10000 | 1110010 | 1010100 | 101101 |
Color Harmonies of #26D512
Complementary color
Monochromatic Colors of #26D512
Black with #26D512
Text Example
Text Example
White with #26D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D512; }
p { color: rgb(38,213,18); }
H1.HeaderClassName
{
color: #26D512;
}
.AnyTagClassName
{
color: #26D512;
}
</style>
background-color css
<style>
a { background-color: #26D512; }
a { background-color: rgb(38,213,18); }
div.DivClassName
{
background-color: #26D512;
}
.BgClassName
{
background-color: #26D512;
}
</style>
border-color css
<style>
span { border-color: #26D512; }
span { border-color: rgb(38,213,18); }
td.TdClassName
{
border-color: #26D512;
}
.TagClassName
{
border-color: #26D512;
}
</style>