Shades of Lime Green #26C549
Tints of Lime Green #26C549
RGB
CMYK
RGB Variations
Color information
#26C549 (or 0x26C549) is known color: Lime Green. HEX triplet: 26, C5 and 49. RGB value is (38,197,73). Sum of RGB (Red+Green+Blue) = 38+197+73=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #26C549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C549 is #D93AB6. Grayscale: #878787. Windows color (decimal): -14236343 or 4834598. OLE color: 4834598.
HSL color Cylindrical-coordinate representation of color #26C549: hue angle of 133.21º 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 #26C549 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 73 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.23 |
| HSL | 133.21º | 0.68% | 0.46% | - |
| HSV(B) | 133.21º | 0.81% | 0.77% | - |
| XYZ | 21.97 | 40.83 | 13.03 | - |
| YUV | 135.32 | 92.82 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 73 | 0.81 | 0 | 0.63 | 0.23 | 133.21 | 0.68 | 0.46 |
| Hex | 26 | C5 | 49 | 51 | 0 | 3F | 17 | 85 | 44 | 2E |
| Octal | 46 | 305 | 111 | 121 | 0 | 77 | 27 | 205 | 104 | 56 |
| Binary | 100110 | 11000101 | 1001001 | 1010001 | 0 | 111111 | 10111 | 10000101 | 1000100 | 101110 |
Color Harmonies of #26C549
Complementary color
Monochromatic Colors of #26C549
Black with #26C549
Text Example
Text Example
White with #26C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C549; }
p { color: rgb(38,197,73); }
H1.HeaderClassName
{
color: #26C549;
}
.AnyTagClassName
{
color: #26C549;
}
</style>
background-color css
<style>
a { background-color: #26C549; }
a { background-color: rgb(38,197,73); }
div.DivClassName
{
background-color: #26C549;
}
.BgClassName
{
background-color: #26C549;
}
</style>
border-color css
<style>
span { border-color: #26C549; }
span { border-color: rgb(38,197,73); }
td.TdClassName
{
border-color: #26C549;
}
.TagClassName
{
border-color: #26C549;
}
</style>