Shades of Lime Green #26B745
Tints of Lime Green #26B745
RGB
CMYK
RGB Variations
Color information
#26B745 (or 0x26B745) is known color: Lime Green. HEX triplet: 26, B7 and 45. RGB value is (38,183,69). Sum of RGB (Red+Green+Blue) = 38+183+69=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #26B745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B745 is #D948BA. Grayscale: #7E7E7E. Windows color (decimal): -14239931 or 4568870. OLE color: 4568870.
HSL color Cylindrical-coordinate representation of color #26B745: hue angle of 132.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B745 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 183 | 69 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.28 |
| HSL | 132.83º | 0.66% | 0.43% | - |
| HSV(B) | 132.83º | 0.79% | 0.72% | - |
| XYZ | 18.81 | 34.71 | 11.34 | - |
| YUV | 126.65 | 95.46 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 183 | 69 | 0.79 | 0 | 0.62 | 0.28 | 132.83 | 0.66 | 0.43 |
| Hex | 26 | B7 | 45 | 4F | 0 | 3E | 1C | 85 | 42 | 2B |
| Octal | 46 | 267 | 105 | 117 | 0 | 76 | 34 | 205 | 102 | 53 |
| Binary | 100110 | 10110111 | 1000101 | 1001111 | 0 | 111110 | 11100 | 10000101 | 1000010 | 101011 |
Color Harmonies of #26B745
Complementary color
Monochromatic Colors of #26B745
Black with #26B745
Text Example
Text Example
White with #26B745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B745; }
p { color: rgb(38,183,69); }
H1.HeaderClassName
{
color: #26B745;
}
.AnyTagClassName
{
color: #26B745;
}
</style>
background-color css
<style>
a { background-color: #26B745; }
a { background-color: rgb(38,183,69); }
div.DivClassName
{
background-color: #26B745;
}
.BgClassName
{
background-color: #26B745;
}
</style>
border-color css
<style>
span { border-color: #26B745; }
span { border-color: rgb(38,183,69); }
td.TdClassName
{
border-color: #26B745;
}
.TagClassName
{
border-color: #26B745;
}
</style>