Shades of Lime Green #26D005
Tints of Lime Green #26D005
RGB
CMYK
RGB Variations
Color information
#26D005 (or 0x26D005) is known color: Lime Green. HEX triplet: 26, D0 and 05. RGB value is (38,208,5). Sum of RGB (Red+Green+Blue) = 38+208+5=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 208 (81.64% from 255 or 82.87% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 208 - color contains mainly: green. Hex color #26D005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D005 is #D92FFA. Grayscale: #868686. Windows color (decimal): -14233595 or 380966. OLE color: 380966.
HSL color Cylindrical-coordinate representation of color #26D005: hue angle of 110.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26D005 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.18 |
| HSL | 110.25º | 0.95% | 0.42% | - |
| HSV(B) | 110.25º | 0.98% | 0.82% | - |
| XYZ | 23.38 | 45.53 | 7.7 | - |
| YUV | 134.03 | 55.18 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 5 | 0.82 | 0 | 0.98 | 0.18 | 110.25 | 0.95 | 0.42 |
| Hex | 26 | D0 | 5 | 52 | 0 | 62 | 12 | 6E | 5F | 2A |
| Octal | 46 | 320 | 5 | 122 | 0 | 142 | 22 | 156 | 137 | 52 |
| Binary | 100110 | 11010000 | 101 | 1010010 | 0 | 1100010 | 10010 | 1101110 | 1011111 | 101010 |
Color Harmonies of #26D005
Complementary color
Monochromatic Colors of #26D005
Black with #26D005
Text Example
Text Example
White with #26D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D005; }
p { color: rgb(38,208,5); }
H1.HeaderClassName
{
color: #26D005;
}
.AnyTagClassName
{
color: #26D005;
}
</style>
background-color css
<style>
a { background-color: #26D005; }
a { background-color: rgb(38,208,5); }
div.DivClassName
{
background-color: #26D005;
}
.BgClassName
{
background-color: #26D005;
}
</style>
border-color css
<style>
span { border-color: #26D005; }
span { border-color: rgb(38,208,5); }
td.TdClassName
{
border-color: #26D005;
}
.TagClassName
{
border-color: #26D005;
}
</style>