Shades of Lime Green #26D010
Tints of Lime Green #26D010
RGB
CMYK
RGB Variations
Color information
#26D010 (or 0x26D010) is known color: Lime Green. HEX triplet: 26, D0 and 10. RGB value is (38,208,16). Sum of RGB (Red+Green+Blue) = 38+208+16=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #26D010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D010 is #D92FEF. Grayscale: #878787. Windows color (decimal): -14233584 or 1101862. OLE color: 1101862.
HSL color Cylindrical-coordinate representation of color #26D010: hue angle of 113.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26D010 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 16 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.18 |
| HSL | 113.13º | 0.86% | 0.44% | - |
| HSV(B) | 113.13º | 0.92% | 0.82% | - |
| XYZ | 23.45 | 45.56 | 8.05 | - |
| YUV | 135.28 | 60.68 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 16 | 0.82 | 0 | 0.92 | 0.18 | 113.13 | 0.86 | 0.44 |
| Hex | 26 | D0 | 10 | 52 | 0 | 5C | 12 | 71 | 56 | 2C |
| Octal | 46 | 320 | 20 | 122 | 0 | 134 | 22 | 161 | 126 | 54 |
| Binary | 100110 | 11010000 | 10000 | 1010010 | 0 | 1011100 | 10010 | 1110001 | 1010110 | 101100 |
Color Harmonies of #26D010
Complementary color
Monochromatic Colors of #26D010
Black with #26D010
Text Example
Text Example
White with #26D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D010; }
p { color: rgb(38,208,16); }
H1.HeaderClassName
{
color: #26D010;
}
.AnyTagClassName
{
color: #26D010;
}
</style>
background-color css
<style>
a { background-color: #26D010; }
a { background-color: rgb(38,208,16); }
div.DivClassName
{
background-color: #26D010;
}
.BgClassName
{
background-color: #26D010;
}
</style>
border-color css
<style>
span { border-color: #26D010; }
span { border-color: rgb(38,208,16); }
td.TdClassName
{
border-color: #26D010;
}
.TagClassName
{
border-color: #26D010;
}
</style>