Shades of Lime Green #26D018
Tints of Lime Green #26D018
RGB
CMYK
RGB Variations
Color information
#26D018 (or 0x26D018) is known color: Lime Green. HEX triplet: 26, D0 and 18. RGB value is (38,208,24). Sum of RGB (Red+Green+Blue) = 38+208+24=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #26D018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D018 is #D92FE7. Grayscale: #888888. Windows color (decimal): -14233576 or 1626150. OLE color: 1626150.
HSL color Cylindrical-coordinate representation of color #26D018: hue angle of 115.43º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26D018 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 24 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.18 |
| HSL | 115.43º | 0.79% | 0.45% | - |
| HSV(B) | 115.43º | 0.88% | 0.82% | - |
| XYZ | 23.52 | 45.59 | 8.42 | - |
| YUV | 136.19 | 64.68 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 24 | 0.82 | 0 | 0.88 | 0.18 | 115.43 | 0.79 | 0.45 |
| Hex | 26 | D0 | 18 | 52 | 0 | 58 | 12 | 73 | 4F | 2D |
| Octal | 46 | 320 | 30 | 122 | 0 | 130 | 22 | 163 | 117 | 55 |
| Binary | 100110 | 11010000 | 11000 | 1010010 | 0 | 1011000 | 10010 | 1110011 | 1001111 | 101101 |
Color Harmonies of #26D018
Complementary color
Monochromatic Colors of #26D018
Black with #26D018
Text Example
Text Example
White with #26D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D018; }
p { color: rgb(38,208,24); }
H1.HeaderClassName
{
color: #26D018;
}
.AnyTagClassName
{
color: #26D018;
}
</style>
background-color css
<style>
a { background-color: #26D018; }
a { background-color: rgb(38,208,24); }
div.DivClassName
{
background-color: #26D018;
}
.BgClassName
{
background-color: #26D018;
}
</style>
border-color css
<style>
span { border-color: #26D018; }
span { border-color: rgb(38,208,24); }
td.TdClassName
{
border-color: #26D018;
}
.TagClassName
{
border-color: #26D018;
}
</style>