Shades of Lime Green #26C80C
Tints of Lime Green #26C80C
RGB
CMYK
RGB Variations
Color information
#26C80C (or 0x26C80C) is known color: Lime Green. HEX triplet: 26, C8 and 0C. RGB value is (38,200,12). Sum of RGB (Red+Green+Blue) = 38+200+12=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #26C80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C80C is #D937F3. Grayscale: #828282. Windows color (decimal): -14235636 or 837670. OLE color: 837670.
HSL color Cylindrical-coordinate representation of color #26C80C: hue angle of 111.7º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26C80C is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 12 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.22 |
| HSL | 111.7º | 0.89% | 0.42% | - |
| HSV(B) | 111.7º | 0.94% | 0.78% | - |
| XYZ | 21.52 | 41.75 | 7.27 | - |
| YUV | 130.13 | 61.33 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 12 | 0.81 | 0 | 0.94 | 0.22 | 111.7 | 0.89 | 0.42 |
| Hex | 26 | C8 | C | 51 | 0 | 5E | 16 | 70 | 59 | 2A |
| Octal | 46 | 310 | 14 | 121 | 0 | 136 | 26 | 160 | 131 | 52 |
| Binary | 100110 | 11001000 | 1100 | 1010001 | 0 | 1011110 | 10110 | 1110000 | 1011001 | 101010 |
Color Harmonies of #26C80C
Complementary color
Monochromatic Colors of #26C80C
Black with #26C80C
Text Example
Text Example
White with #26C80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C80C; }
p { color: rgb(38,200,12); }
H1.HeaderClassName
{
color: #26C80C;
}
.AnyTagClassName
{
color: #26C80C;
}
</style>
background-color css
<style>
a { background-color: #26C80C; }
a { background-color: rgb(38,200,12); }
div.DivClassName
{
background-color: #26C80C;
}
.BgClassName
{
background-color: #26C80C;
}
</style>
border-color css
<style>
span { border-color: #26C80C; }
span { border-color: rgb(38,200,12); }
td.TdClassName
{
border-color: #26C80C;
}
.TagClassName
{
border-color: #26C80C;
}
</style>