Shades of Lime Green #26B619
Tints of Lime Green #26B619
RGB
CMYK
RGB Variations
Color information
#26B619 (or 0x26B619) is known color: Lime Green. HEX triplet: 26, B6 and 19. RGB value is (38,182,25). Sum of RGB (Red+Green+Blue) = 38+182+25=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 182 (71.48% from 255 or 74.29% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 182 - color contains mainly: green. Hex color #26B619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26B619 is #D949E6. Grayscale: #797979. Windows color (decimal): -14240231 or 1685030. OLE color: 1685030.
HSL color Cylindrical-coordinate representation of color #26B619: hue angle of 115.03º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26B619 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 182 | 25 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.29 |
| HSL | 115.03º | 0.76% | 0.41% | - |
| HSV(B) | 115.03º | 0.86% | 0.71% | - |
| XYZ | 17.7 | 33.94 | 6.54 | - |
| YUV | 121.05 | 73.79 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 182 | 25 | 0.79 | 0 | 0.86 | 0.29 | 115.03 | 0.76 | 0.41 |
| Hex | 26 | B6 | 19 | 4F | 0 | 56 | 1D | 73 | 4C | 29 |
| Octal | 46 | 266 | 31 | 117 | 0 | 126 | 35 | 163 | 114 | 51 |
| Binary | 100110 | 10110110 | 11001 | 1001111 | 0 | 1010110 | 11101 | 1110011 | 1001100 | 101001 |
Color Harmonies of #26B619
Complementary color
Monochromatic Colors of #26B619
Black with #26B619
Text Example
Text Example
White with #26B619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B619; }
p { color: rgb(38,182,25); }
H1.HeaderClassName
{
color: #26B619;
}
.AnyTagClassName
{
color: #26B619;
}
</style>
background-color css
<style>
a { background-color: #26B619; }
a { background-color: rgb(38,182,25); }
div.DivClassName
{
background-color: #26B619;
}
.BgClassName
{
background-color: #26B619;
}
</style>
border-color css
<style>
span { border-color: #26B619; }
span { border-color: rgb(38,182,25); }
td.TdClassName
{
border-color: #26B619;
}
.TagClassName
{
border-color: #26B619;
}
</style>