Shades of Lime Green #26CA20
Tints of Lime Green #26CA20
RGB
CMYK
RGB Variations
Color information
#26CA20 (or 0x26CA20) is known color: Lime Green. HEX triplet: 26, CA and 20. RGB value is (38,202,32). Sum of RGB (Red+Green+Blue) = 38+202+32=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CA20 is #D935DF. Grayscale: #868686. Windows color (decimal): -14235104 or 2148902. OLE color: 2148902.
HSL color Cylindrical-coordinate representation of color #26CA20: hue angle of 117.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26CA20 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 32 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.21 |
| HSL | 117.88º | 0.73% | 0.46% | - |
| HSV(B) | 117.88º | 0.84% | 0.79% | - |
| XYZ | 22.18 | 42.76 | 8.45 | - |
| YUV | 133.58 | 70.67 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 32 | 0.81 | 0 | 0.84 | 0.21 | 117.88 | 0.73 | 0.46 |
| Hex | 26 | CA | 20 | 51 | 0 | 54 | 15 | 76 | 49 | 2E |
| Octal | 46 | 312 | 40 | 121 | 0 | 124 | 25 | 166 | 111 | 56 |
| Binary | 100110 | 11001010 | 100000 | 1010001 | 0 | 1010100 | 10101 | 1110110 | 1001001 | 101110 |
Color Harmonies of #26CA20
Complementary color
Monochromatic Colors of #26CA20
Black with #26CA20
Text Example
Text Example
White with #26CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CA20; }
p { color: rgb(38,202,32); }
H1.HeaderClassName
{
color: #26CA20;
}
.AnyTagClassName
{
color: #26CA20;
}
</style>
background-color css
<style>
a { background-color: #26CA20; }
a { background-color: rgb(38,202,32); }
div.DivClassName
{
background-color: #26CA20;
}
.BgClassName
{
background-color: #26CA20;
}
</style>
border-color css
<style>
span { border-color: #26CA20; }
span { border-color: rgb(38,202,32); }
td.TdClassName
{
border-color: #26CA20;
}
.TagClassName
{
border-color: #26CA20;
}
</style>