Shades of Lime Green #26C814
Tints of Lime Green #26C814
RGB
CMYK
RGB Variations
Color information
#26C814 (or 0x26C814) is known color: Lime Green. HEX triplet: 26, C8 and 14. RGB value is (38,200,20). Sum of RGB (Red+Green+Blue) = 38+200+20=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 200 (78.52% from 255 or 77.52% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 200 - color contains mainly: green. Hex color #26C814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C814 is #D937EB. Grayscale: #838383. Windows color (decimal): -14235628 or 1361958. OLE color: 1361958.
HSL color Cylindrical-coordinate representation of color #26C814: hue angle of 114º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26C814 is Cyan = 0.81, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 20 | - |
| CMYK | 0.81 | 0 | 0.9 | 0.22 |
| HSL | 114º | 0.82% | 0.43% | - |
| HSV(B) | 114º | 0.9% | 0.78% | - |
| XYZ | 21.58 | 41.77 | 7.59 | - |
| YUV | 131.04 | 65.33 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 20 | 0.81 | 0 | 0.9 | 0.22 | 114 | 0.82 | 0.43 |
| Hex | 26 | C8 | 14 | 51 | 0 | 5A | 16 | 72 | 52 | 2B |
| Octal | 46 | 310 | 24 | 121 | 0 | 132 | 26 | 162 | 122 | 53 |
| Binary | 100110 | 11001000 | 10100 | 1010001 | 0 | 1011010 | 10110 | 1110010 | 1010010 | 101011 |
Color Harmonies of #26C814
Complementary color
Monochromatic Colors of #26C814
Black with #26C814
Text Example
Text Example
White with #26C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C814; }
p { color: rgb(38,200,20); }
H1.HeaderClassName
{
color: #26C814;
}
.AnyTagClassName
{
color: #26C814;
}
</style>
background-color css
<style>
a { background-color: #26C814; }
a { background-color: rgb(38,200,20); }
div.DivClassName
{
background-color: #26C814;
}
.BgClassName
{
background-color: #26C814;
}
</style>
border-color css
<style>
span { border-color: #26C814; }
span { border-color: rgb(38,200,20); }
td.TdClassName
{
border-color: #26C814;
}
.TagClassName
{
border-color: #26C814;
}
</style>