Shades of Lime Green #26C548
Tints of Lime Green #26C548
RGB
CMYK
RGB Variations
Color information
#26C548 (or 0x26C548) is known color: Lime Green. HEX triplet: 26, C5 and 48. RGB value is (38,197,72). Sum of RGB (Red+Green+Blue) = 38+197+72=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #26C548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C548 is #D93AB7. Grayscale: #878787. Windows color (decimal): -14236344 or 4769062. OLE color: 4769062.
HSL color Cylindrical-coordinate representation of color #26C548: hue angle of 132.83º 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 #26C548 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 72 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.23 |
| HSL | 132.83º | 0.68% | 0.46% | - |
| HSV(B) | 132.83º | 0.81% | 0.77% | - |
| XYZ | 21.94 | 40.81 | 12.85 | - |
| YUV | 135.21 | 92.32 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 72 | 0.81 | 0 | 0.63 | 0.23 | 132.83 | 0.68 | 0.46 |
| Hex | 26 | C5 | 48 | 51 | 0 | 3F | 17 | 85 | 44 | 2E |
| Octal | 46 | 305 | 110 | 121 | 0 | 77 | 27 | 205 | 104 | 56 |
| Binary | 100110 | 11000101 | 1001000 | 1010001 | 0 | 111111 | 10111 | 10000101 | 1000100 | 101110 |
Color Harmonies of #26C548
Complementary color
Monochromatic Colors of #26C548
Black with #26C548
Text Example
Text Example
White with #26C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C548; }
p { color: rgb(38,197,72); }
H1.HeaderClassName
{
color: #26C548;
}
.AnyTagClassName
{
color: #26C548;
}
</style>
background-color css
<style>
a { background-color: #26C548; }
a { background-color: rgb(38,197,72); }
div.DivClassName
{
background-color: #26C548;
}
.BgClassName
{
background-color: #26C548;
}
</style>
border-color css
<style>
span { border-color: #26C548; }
span { border-color: rgb(38,197,72); }
td.TdClassName
{
border-color: #26C548;
}
.TagClassName
{
border-color: #26C548;
}
</style>