Shades of Lime Green #26C526
Tints of Lime Green #26C526
RGB
CMYK
RGB Variations
Color information
#26C526 (or 0x26C526) is known color: Lime Green. HEX triplet: 26, C5 and 26. RGB value is (38,197,38). Sum of RGB (Red+Green+Blue) = 38+197+38=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #26C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C526 is #D93AD9. Grayscale: #838383. Windows color (decimal): -14236378 or 2540838. OLE color: 2540838.
HSL color Cylindrical-coordinate representation of color #26C526: hue angle of 120º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C526 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 38 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.23 |
| HSL | 120º | 0.68% | 0.46% | - |
| HSV(B) | 120º | 0.81% | 0.77% | - |
| XYZ | 21.12 | 40.48 | 8.54 | - |
| YUV | 131.33 | 75.32 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 38 | 0.81 | 0 | 0.81 | 0.23 | 120 | 0.68 | 0.46 |
| Hex | 26 | C5 | 26 | 51 | 0 | 51 | 17 | 78 | 44 | 2E |
| Octal | 46 | 305 | 46 | 121 | 0 | 121 | 27 | 170 | 104 | 56 |
| Binary | 100110 | 11000101 | 100110 | 1010001 | 0 | 1010001 | 10111 | 1111000 | 1000100 | 101110 |
Color Harmonies of #26C526
Complementary color
Monochromatic Colors of #26C526
Black with #26C526
Text Example
Text Example
White with #26C526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C526; }
p { color: rgb(38,197,38); }
H1.HeaderClassName
{
color: #26C526;
}
.AnyTagClassName
{
color: #26C526;
}
</style>
background-color css
<style>
a { background-color: #26C526; }
a { background-color: rgb(38,197,38); }
div.DivClassName
{
background-color: #26C526;
}
.BgClassName
{
background-color: #26C526;
}
</style>
border-color css
<style>
span { border-color: #26C526; }
span { border-color: rgb(38,197,38); }
td.TdClassName
{
border-color: #26C526;
}
.TagClassName
{
border-color: #26C526;
}
</style>