Shades of Lime Green #26BC13
Tints of Lime Green #26BC13
RGB
CMYK
RGB Variations
Color information
#26BC13 (or 0x26BC13) is known color: Lime Green. HEX triplet: 26, BC and 13. RGB value is (38,188,19). Sum of RGB (Red+Green+Blue) = 38+188+19=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 188 (73.83% from 255 or 76.73% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BC13 is #D943EC. Grayscale: #7C7C7C. Windows color (decimal): -14238701 or 1293350. OLE color: 1293350.
HSL color Cylindrical-coordinate representation of color #26BC13: hue angle of 113.25º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26BC13 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 19 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.26 |
| HSL | 113.25º | 0.82% | 0.41% | - |
| HSV(B) | 113.25º | 0.9% | 0.74% | - |
| XYZ | 18.9 | 36.43 | 6.65 | - |
| YUV | 123.88 | 68.81 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 19 | 0.80 | 0 | 0.90 | 0.26 | 113.25 | 0.82 | 0.41 |
| Hex | 26 | BC | 13 | 50 | 0 | 5A | 1A | 71 | 52 | 29 |
| Octal | 46 | 274 | 23 | 120 | 0 | 132 | 32 | 161 | 122 | 51 |
| Binary | 100110 | 10111100 | 10011 | 1010000 | 0 | 1011010 | 11010 | 1110001 | 1010010 | 101001 |
Color Harmonies of #26BC13
Complementary color
Monochromatic Colors of #26BC13
Black with #26BC13
Text Example
Text Example
White with #26BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC13; }
p { color: rgb(38,188,19); }
H1.HeaderClassName
{
color: #26BC13;
}
.AnyTagClassName
{
color: #26BC13;
}
</style>
background-color css
<style>
a { background-color: #26BC13; }
a { background-color: rgb(38,188,19); }
div.DivClassName
{
background-color: #26BC13;
}
.BgClassName
{
background-color: #26BC13;
}
</style>
border-color css
<style>
span { border-color: #26BC13; }
span { border-color: rgb(38,188,19); }
td.TdClassName
{
border-color: #26BC13;
}
.TagClassName
{
border-color: #26BC13;
}
</style>