Shades of Lime Green #26BC1D
Tints of Lime Green #26BC1D
RGB
CMYK
RGB Variations
Color information
#26BC1D (or 0x26BC1D) is known color: Lime Green. HEX triplet: 26, BC and 1D. RGB value is (38,188,29). Sum of RGB (Red+Green+Blue) = 38+188+29=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC1D is #D943E2. Grayscale: #7D7D7D. Windows color (decimal): -14238691 or 1948710. OLE color: 1948710.
HSL color Cylindrical-coordinate representation of color #26BC1D: hue angle of 116.6º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26BC1D is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 29 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.26 |
| HSL | 116.6º | 0.73% | 0.43% | - |
| HSV(B) | 116.6º | 0.85% | 0.74% | - |
| XYZ | 19 | 36.47 | 7.2 | - |
| YUV | 125.02 | 73.81 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 29 | 0.80 | 0 | 0.85 | 0.26 | 116.6 | 0.73 | 0.43 |
| Hex | 26 | BC | 1D | 50 | 0 | 55 | 1A | 75 | 49 | 2B |
| Octal | 46 | 274 | 35 | 120 | 0 | 125 | 32 | 165 | 111 | 53 |
| Binary | 100110 | 10111100 | 11101 | 1010000 | 0 | 1010101 | 11010 | 1110101 | 1001001 | 101011 |
Color Harmonies of #26BC1D
Complementary color
Monochromatic Colors of #26BC1D
Black with #26BC1D
Text Example
Text Example
White with #26BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC1D; }
p { color: rgb(38,188,29); }
H1.HeaderClassName
{
color: #26BC1D;
}
.AnyTagClassName
{
color: #26BC1D;
}
</style>
background-color css
<style>
a { background-color: #26BC1D; }
a { background-color: rgb(38,188,29); }
div.DivClassName
{
background-color: #26BC1D;
}
.BgClassName
{
background-color: #26BC1D;
}
</style>
border-color css
<style>
span { border-color: #26BC1D; }
span { border-color: rgb(38,188,29); }
td.TdClassName
{
border-color: #26BC1D;
}
.TagClassName
{
border-color: #26BC1D;
}
</style>