Shades of Lime Green #26C80A
Tints of Lime Green #26C80A
RGB
CMYK
RGB Variations
Color information
#26C80A (or 0x26C80A) is known color: Lime Green. HEX triplet: 26, C8 and 0A. RGB value is (38,200,10). Sum of RGB (Red+Green+Blue) = 38+200+10=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 200 (78.52% from 255 or 80.65% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 200 - color contains mainly: green. Hex color #26C80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C80A is #D937F5. Grayscale: #828282. Windows color (decimal): -14235638 or 706598. OLE color: 706598.
HSL color Cylindrical-coordinate representation of color #26C80A: hue angle of 111.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26C80A is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 10 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.22 |
| HSL | 111.16º | 0.9% | 0.41% | - |
| HSV(B) | 111.16º | 0.95% | 0.78% | - |
| XYZ | 21.51 | 41.74 | 7.21 | - |
| YUV | 129.9 | 60.33 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 10 | 0.81 | 0 | 0.95 | 0.22 | 111.16 | 0.9 | 0.41 |
| Hex | 26 | C8 | A | 51 | 0 | 5F | 16 | 6F | 5A | 29 |
| Octal | 46 | 310 | 12 | 121 | 0 | 137 | 26 | 157 | 132 | 51 |
| Binary | 100110 | 11001000 | 1010 | 1010001 | 0 | 1011111 | 10110 | 1101111 | 1011010 | 101001 |
Color Harmonies of #26C80A
Complementary color
Monochromatic Colors of #26C80A
Black with #26C80A
Text Example
Text Example
White with #26C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C80A; }
p { color: rgb(38,200,10); }
H1.HeaderClassName
{
color: #26C80A;
}
.AnyTagClassName
{
color: #26C80A;
}
</style>
background-color css
<style>
a { background-color: #26C80A; }
a { background-color: rgb(38,200,10); }
div.DivClassName
{
background-color: #26C80A;
}
.BgClassName
{
background-color: #26C80A;
}
</style>
border-color css
<style>
span { border-color: #26C80A; }
span { border-color: rgb(38,200,10); }
td.TdClassName
{
border-color: #26C80A;
}
.TagClassName
{
border-color: #26C80A;
}
</style>