Shades of Lime Green #26C436
Tints of Lime Green #26C436
RGB
CMYK
RGB Variations
Color information
#26C436 (or 0x26C436) is known color: Lime Green. HEX triplet: 26, C4 and 36. RGB value is (38,196,54). Sum of RGB (Red+Green+Blue) = 38+196+54=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #26C436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C436 is #D93BC9. Grayscale: #848484. Windows color (decimal): -14236618 or 3589158. OLE color: 3589158.
HSL color Cylindrical-coordinate representation of color #26C436: hue angle of 126.08º 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 #26C436 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 196 | 54 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.23 |
| HSL | 126.08º | 0.68% | 0.46% | - |
| HSV(B) | 126.08º | 0.81% | 0.77% | - |
| XYZ | 21.21 | 40.16 | 10.12 | - |
| YUV | 132.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 196 | 54 | 0.81 | 0 | 0.72 | 0.23 | 126.08 | 0.68 | 0.46 |
| Hex | 26 | C4 | 36 | 51 | 0 | 48 | 17 | 7E | 44 | 2E |
| Octal | 46 | 304 | 66 | 121 | 0 | 110 | 27 | 176 | 104 | 56 |
| Binary | 100110 | 11000100 | 110110 | 1010001 | 0 | 1001000 | 10111 | 1111110 | 1000100 | 101110 |
Color Harmonies of #26C436
Complementary color
Monochromatic Colors of #26C436
Black with #26C436
Text Example
Text Example
White with #26C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C436; }
p { color: rgb(38,196,54); }
H1.HeaderClassName
{
color: #26C436;
}
.AnyTagClassName
{
color: #26C436;
}
</style>
background-color css
<style>
a { background-color: #26C436; }
a { background-color: rgb(38,196,54); }
div.DivClassName
{
background-color: #26C436;
}
.BgClassName
{
background-color: #26C436;
}
</style>
border-color css
<style>
span { border-color: #26C436; }
span { border-color: rgb(38,196,54); }
td.TdClassName
{
border-color: #26C436;
}
.TagClassName
{
border-color: #26C436;
}
</style>