Shades of Lime Green #26DC12
Tints of Lime Green #26DC12
RGB
CMYK
RGB Variations
Color information
#26DC12 (or 0x26DC12) is known color: Lime Green. HEX triplet: 26, DC and 12. RGB value is (38,220,18). Sum of RGB (Red+Green+Blue) = 38+220+18=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DC12 is #D923ED. Grayscale: #8F8F8F. Windows color (decimal): -14230510 or 1236006. OLE color: 1236006.
HSL color Cylindrical-coordinate representation of color #26DC12: hue angle of 114.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26DC12 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 18 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.14 |
| HSL | 114.06º | 0.85% | 0.47% | - |
| HSV(B) | 114.06º | 0.92% | 0.86% | - |
| XYZ | 26.5 | 51.64 | 9.14 | - |
| YUV | 142.55 | 57.7 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 18 | 0.83 | 0 | 0.92 | 0.14 | 114.06 | 0.85 | 0.47 |
| Hex | 26 | DC | 12 | 53 | 0 | 5C | E | 72 | 55 | 2F |
| Octal | 46 | 334 | 22 | 123 | 0 | 134 | 16 | 162 | 125 | 57 |
| Binary | 100110 | 11011100 | 10010 | 1010011 | 0 | 1011100 | 1110 | 1110010 | 1010101 | 101111 |
Color Harmonies of #26DC12
Complementary color
Monochromatic Colors of #26DC12
Black with #26DC12
Text Example
Text Example
White with #26DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC12; }
p { color: rgb(38,220,18); }
H1.HeaderClassName
{
color: #26DC12;
}
.AnyTagClassName
{
color: #26DC12;
}
</style>
background-color css
<style>
a { background-color: #26DC12; }
a { background-color: rgb(38,220,18); }
div.DivClassName
{
background-color: #26DC12;
}
.BgClassName
{
background-color: #26DC12;
}
</style>
border-color css
<style>
span { border-color: #26DC12; }
span { border-color: rgb(38,220,18); }
td.TdClassName
{
border-color: #26DC12;
}
.TagClassName
{
border-color: #26DC12;
}
</style>