Shades of Lime Green #26C636
Tints of Lime Green #26C636
RGB
CMYK
RGB Variations
Color information
#26C636 (or 0x26C636) is known color: Lime Green. HEX triplet: 26, C6 and 36. RGB value is (38,198,54). Sum of RGB (Red+Green+Blue) = 38+198+54=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 198 (77.73% from 255 or 68.28% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 198 - color contains mainly: green. Hex color #26C636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C636 is #D939C9. Grayscale: #868686. Windows color (decimal): -14236106 or 3589670. OLE color: 3589670.
HSL color Cylindrical-coordinate representation of color #26C636: hue angle of 126º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C636 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 198 | 54 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.22 |
| HSL | 126º | 0.68% | 0.46% | - |
| HSV(B) | 126º | 0.81% | 0.78% | - |
| XYZ | 21.66 | 41.07 | 10.28 | - |
| YUV | 133.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 198 | 54 | 0.81 | 0 | 0.73 | 0.22 | 126 | 0.68 | 0.46 |
| Hex | 26 | C6 | 36 | 51 | 0 | 49 | 16 | 7E | 44 | 2E |
| Octal | 46 | 306 | 66 | 121 | 0 | 111 | 26 | 176 | 104 | 56 |
| Binary | 100110 | 11000110 | 110110 | 1010001 | 0 | 1001001 | 10110 | 1111110 | 1000100 | 101110 |
Color Harmonies of #26C636
Complementary color
Monochromatic Colors of #26C636
Black with #26C636
Text Example
Text Example
White with #26C636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C636; }
p { color: rgb(38,198,54); }
H1.HeaderClassName
{
color: #26C636;
}
.AnyTagClassName
{
color: #26C636;
}
</style>
background-color css
<style>
a { background-color: #26C636; }
a { background-color: rgb(38,198,54); }
div.DivClassName
{
background-color: #26C636;
}
.BgClassName
{
background-color: #26C636;
}
</style>
border-color css
<style>
span { border-color: #26C636; }
span { border-color: rgb(38,198,54); }
td.TdClassName
{
border-color: #26C636;
}
.TagClassName
{
border-color: #26C636;
}
</style>