Shades of Lime Green #26D40C
Tints of Lime Green #26D40C
RGB
CMYK
RGB Variations
Color information
#26D40C (or 0x26D40C) is known color: Lime Green. HEX triplet: 26, D4 and 0C. RGB value is (38,212,12). Sum of RGB (Red+Green+Blue) = 38+212+12=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 212 (83.20% from 255 or 80.92% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 212 - color contains mainly: green. Hex color #26D40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D40C is #D92BF3. Grayscale: #898989. Windows color (decimal): -14232564 or 840742. OLE color: 840742.
HSL color Cylindrical-coordinate representation of color #26D40C: hue angle of 112.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26D40C is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 212 | 12 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.17 |
| HSL | 112.2º | 0.89% | 0.44% | - |
| HSV(B) | 112.2º | 0.94% | 0.83% | - |
| XYZ | 24.41 | 47.53 | 8.23 | - |
| YUV | 137.17 | 57.35 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 212 | 12 | 0.82 | 0 | 0.94 | 0.17 | 112.2 | 0.89 | 0.44 |
| Hex | 26 | D4 | C | 52 | 0 | 5E | 11 | 70 | 59 | 2C |
| Octal | 46 | 324 | 14 | 122 | 0 | 136 | 21 | 160 | 131 | 54 |
| Binary | 100110 | 11010100 | 1100 | 1010010 | 0 | 1011110 | 10001 | 1110000 | 1011001 | 101100 |
Color Harmonies of #26D40C
Complementary color
Monochromatic Colors of #26D40C
Black with #26D40C
Text Example
Text Example
White with #26D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D40C; }
p { color: rgb(38,212,12); }
H1.HeaderClassName
{
color: #26D40C;
}
.AnyTagClassName
{
color: #26D40C;
}
</style>
background-color css
<style>
a { background-color: #26D40C; }
a { background-color: rgb(38,212,12); }
div.DivClassName
{
background-color: #26D40C;
}
.BgClassName
{
background-color: #26D40C;
}
</style>
border-color css
<style>
span { border-color: #26D40C; }
span { border-color: rgb(38,212,12); }
td.TdClassName
{
border-color: #26D40C;
}
.TagClassName
{
border-color: #26D40C;
}
</style>