Shades of Lime Green #26C220
Tints of Lime Green #26C220
RGB
CMYK
RGB Variations
Color information
#26C220 (or 0x26C220) is known color: Lime Green. HEX triplet: 26, C2 and 20. RGB value is (38,194,32). Sum of RGB (Red+Green+Blue) = 38+194+32=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #26C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C220 is #D93DDF. Grayscale: #818181. Windows color (decimal): -14237152 or 2146854. OLE color: 2146854.
HSL color Cylindrical-coordinate representation of color #26C220: hue angle of 117.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26C220 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 194 | 32 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.24 |
| HSL | 117.78º | 0.72% | 0.44% | - |
| HSV(B) | 117.78º | 0.84% | 0.76% | - |
| XYZ | 20.35 | 39.1 | 7.84 | - |
| YUV | 128.89 | 73.32 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 32 | 0.80 | 0 | 0.84 | 0.24 | 117.78 | 0.72 | 0.44 |
| Hex | 26 | C2 | 20 | 50 | 0 | 54 | 18 | 76 | 48 | 2C |
| Octal | 46 | 302 | 40 | 120 | 0 | 124 | 30 | 166 | 110 | 54 |
| Binary | 100110 | 11000010 | 100000 | 1010000 | 0 | 1010100 | 11000 | 1110110 | 1001000 | 101100 |
Color Harmonies of #26C220
Complementary color
Monochromatic Colors of #26C220
Black with #26C220
Text Example
Text Example
White with #26C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C220; }
p { color: rgb(38,194,32); }
H1.HeaderClassName
{
color: #26C220;
}
.AnyTagClassName
{
color: #26C220;
}
</style>
background-color css
<style>
a { background-color: #26C220; }
a { background-color: rgb(38,194,32); }
div.DivClassName
{
background-color: #26C220;
}
.BgClassName
{
background-color: #26C220;
}
</style>
border-color css
<style>
span { border-color: #26C220; }
span { border-color: rgb(38,194,32); }
td.TdClassName
{
border-color: #26C220;
}
.TagClassName
{
border-color: #26C220;
}
</style>