Shades of Lime Green #26C43A
Tints of Lime Green #26C43A
RGB
CMYK
RGB Variations
Color information
#26C43A (or 0x26C43A) is known color: Lime Green. HEX triplet: 26, C4 and 3A. RGB value is (38,196,58). Sum of RGB (Red+Green+Blue) = 38+196+58=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #26C43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C43A is #D93BC5. Grayscale: #858585. Windows color (decimal): -14236614 or 3851302. OLE color: 3851302.
HSL color Cylindrical-coordinate representation of color #26C43A: hue angle of 127.59º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C43A is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 196 | 58 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.23 |
| HSL | 127.59º | 0.68% | 0.46% | - |
| HSV(B) | 127.59º | 0.81% | 0.77% | - |
| XYZ | 21.3 | 40.2 | 10.64 | - |
| YUV | 133.03 | 85.65 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 196 | 58 | 0.81 | 0 | 0.70 | 0.23 | 127.59 | 0.68 | 0.46 |
| Hex | 26 | C4 | 3A | 51 | 0 | 46 | 17 | 80 | 44 | 2E |
| Octal | 46 | 304 | 72 | 121 | 0 | 106 | 27 | 200 | 104 | 56 |
| Binary | 100110 | 11000100 | 111010 | 1010001 | 0 | 1000110 | 10111 | 10000000 | 1000100 | 101110 |
Color Harmonies of #26C43A
Complementary color
Monochromatic Colors of #26C43A
Black with #26C43A
Text Example
Text Example
White with #26C43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C43A; }
p { color: rgb(38,196,58); }
H1.HeaderClassName
{
color: #26C43A;
}
.AnyTagClassName
{
color: #26C43A;
}
</style>
background-color css
<style>
a { background-color: #26C43A; }
a { background-color: rgb(38,196,58); }
div.DivClassName
{
background-color: #26C43A;
}
.BgClassName
{
background-color: #26C43A;
}
</style>
border-color css
<style>
span { border-color: #26C43A; }
span { border-color: rgb(38,196,58); }
td.TdClassName
{
border-color: #26C43A;
}
.TagClassName
{
border-color: #26C43A;
}
</style>