Shades of Lime Green #26C945
Tints of Lime Green #26C945
RGB
CMYK
RGB Variations
Color information
#26C945 (or 0x26C945) is known color: Lime Green. HEX triplet: 26, C9 and 45. RGB value is (38,201,69). Sum of RGB (Red+Green+Blue) = 38+201+69=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 201 (78.91% from 255 or 65.26% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 201 - color contains mainly: green. Hex color #26C945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C945 is #D936BA. Grayscale: #898989. Windows color (decimal): -14235323 or 4573478. OLE color: 4573478.
HSL color Cylindrical-coordinate representation of color #26C945: hue angle of 131.41º 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 #26C945 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 69 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.21 |
| HSL | 131.41º | 0.68% | 0.47% | - |
| HSV(B) | 131.41º | 0.81% | 0.79% | - |
| XYZ | 22.76 | 42.62 | 12.66 | - |
| YUV | 137.22 | 89.5 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 69 | 0.81 | 0 | 0.66 | 0.21 | 131.41 | 0.68 | 0.47 |
| Hex | 26 | C9 | 45 | 51 | 0 | 42 | 15 | 83 | 44 | 2F |
| Octal | 46 | 311 | 105 | 121 | 0 | 102 | 25 | 203 | 104 | 57 |
| Binary | 100110 | 11001001 | 1000101 | 1010001 | 0 | 1000010 | 10101 | 10000011 | 1000100 | 101111 |
Color Harmonies of #26C945
Complementary color
Monochromatic Colors of #26C945
Black with #26C945
Text Example
Text Example
White with #26C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C945; }
p { color: rgb(38,201,69); }
H1.HeaderClassName
{
color: #26C945;
}
.AnyTagClassName
{
color: #26C945;
}
</style>
background-color css
<style>
a { background-color: #26C945; }
a { background-color: rgb(38,201,69); }
div.DivClassName
{
background-color: #26C945;
}
.BgClassName
{
background-color: #26C945;
}
</style>
border-color css
<style>
span { border-color: #26C945; }
span { border-color: rgb(38,201,69); }
td.TdClassName
{
border-color: #26C945;
}
.TagClassName
{
border-color: #26C945;
}
</style>