Shades of Lime Green #26C941
Tints of Lime Green #26C941
RGB
CMYK
RGB Variations
Color information
#26C941 (or 0x26C941) is known color: Lime Green. HEX triplet: 26, C9 and 41. RGB value is (38,201,65). Sum of RGB (Red+Green+Blue) = 38+201+65=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 201 (78.91% from 255 or 66.12% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 201 - color contains mainly: green. Hex color #26C941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C941 is #D936BE. Grayscale: #898989. Windows color (decimal): -14235327 or 4311334. OLE color: 4311334.
HSL color Cylindrical-coordinate representation of color #26C941: hue angle of 129.94º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C941 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 65 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.21 |
| HSL | 129.94º | 0.68% | 0.47% | - |
| HSV(B) | 129.94º | 0.81% | 0.79% | - |
| XYZ | 22.64 | 42.57 | 12.02 | - |
| YUV | 136.76 | 87.5 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 65 | 0.81 | 0 | 0.68 | 0.21 | 129.94 | 0.68 | 0.47 |
| Hex | 26 | C9 | 41 | 51 | 0 | 44 | 15 | 82 | 44 | 2F |
| Octal | 46 | 311 | 101 | 121 | 0 | 104 | 25 | 202 | 104 | 57 |
| Binary | 100110 | 11001001 | 1000001 | 1010001 | 0 | 1000100 | 10101 | 10000010 | 1000100 | 101111 |
Color Harmonies of #26C941
Complementary color
Monochromatic Colors of #26C941
Black with #26C941
Text Example
Text Example
White with #26C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C941; }
p { color: rgb(38,201,65); }
H1.HeaderClassName
{
color: #26C941;
}
.AnyTagClassName
{
color: #26C941;
}
</style>
background-color css
<style>
a { background-color: #26C941; }
a { background-color: rgb(38,201,65); }
div.DivClassName
{
background-color: #26C941;
}
.BgClassName
{
background-color: #26C941;
}
</style>
border-color css
<style>
span { border-color: #26C941; }
span { border-color: rgb(38,201,65); }
td.TdClassName
{
border-color: #26C941;
}
.TagClassName
{
border-color: #26C941;
}
</style>