Shades of Lime Green #26D60C
Tints of Lime Green #26D60C
RGB
CMYK
RGB Variations
Color information
#26D60C (or 0x26D60C) is known color: Lime Green. HEX triplet: 26, D6 and 0C. RGB value is (38,214,12). Sum of RGB (Red+Green+Blue) = 38+214+12=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 214 (83.98% from 255 or 81.06% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 214 - color contains mainly: green. Hex color #26D60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D60C is #D929F3. Grayscale: #8A8A8A. Windows color (decimal): -14232052 or 841254. OLE color: 841254.
HSL color Cylindrical-coordinate representation of color #26D60C: hue angle of 112.28º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26D60C is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 12 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.16 |
| HSL | 112.28º | 0.89% | 0.44% | - |
| HSV(B) | 112.28º | 0.94% | 0.84% | - |
| XYZ | 24.91 | 48.53 | 8.4 | - |
| YUV | 138.35 | 56.69 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 12 | 0.82 | 0 | 0.94 | 0.16 | 112.28 | 0.89 | 0.44 |
| Hex | 26 | D6 | C | 52 | 0 | 5E | 10 | 70 | 59 | 2C |
| Octal | 46 | 326 | 14 | 122 | 0 | 136 | 20 | 160 | 131 | 54 |
| Binary | 100110 | 11010110 | 1100 | 1010010 | 0 | 1011110 | 10000 | 1110000 | 1011001 | 101100 |
Color Harmonies of #26D60C
Complementary color
Monochromatic Colors of #26D60C
Black with #26D60C
Text Example
Text Example
White with #26D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D60C; }
p { color: rgb(38,214,12); }
H1.HeaderClassName
{
color: #26D60C;
}
.AnyTagClassName
{
color: #26D60C;
}
</style>
background-color css
<style>
a { background-color: #26D60C; }
a { background-color: rgb(38,214,12); }
div.DivClassName
{
background-color: #26D60C;
}
.BgClassName
{
background-color: #26D60C;
}
</style>
border-color css
<style>
span { border-color: #26D60C; }
span { border-color: rgb(38,214,12); }
td.TdClassName
{
border-color: #26D60C;
}
.TagClassName
{
border-color: #26D60C;
}
</style>