Shades of Lime Green #26C045
Tints of Lime Green #26C045
RGB
CMYK
RGB Variations
Color information
#26C045 (or 0x26C045) is known color: Lime Green. HEX triplet: 26, C0 and 45. RGB value is (38,192,69). Sum of RGB (Red+Green+Blue) = 38+192+69=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #26C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C045 is #D93FBA. Grayscale: #848484. Windows color (decimal): -14237627 or 4571174. OLE color: 4571174.
HSL color Cylindrical-coordinate representation of color #26C045: hue angle of 132.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C045 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 69 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.25 |
| HSL | 132.08º | 0.67% | 0.45% | - |
| HSV(B) | 132.08º | 0.8% | 0.75% | - |
| XYZ | 20.72 | 38.54 | 11.98 | - |
| YUV | 131.93 | 92.48 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 69 | 0.80 | 0 | 0.64 | 0.25 | 132.08 | 0.67 | 0.45 |
| Hex | 26 | C0 | 45 | 50 | 0 | 40 | 19 | 84 | 43 | 2D |
| Octal | 46 | 300 | 105 | 120 | 0 | 100 | 31 | 204 | 103 | 55 |
| Binary | 100110 | 11000000 | 1000101 | 1010000 | 0 | 1000000 | 11001 | 10000100 | 1000011 | 101101 |
Color Harmonies of #26C045
Complementary color
Monochromatic Colors of #26C045
Black with #26C045
Text Example
Text Example
White with #26C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C045; }
p { color: rgb(38,192,69); }
H1.HeaderClassName
{
color: #26C045;
}
.AnyTagClassName
{
color: #26C045;
}
</style>
background-color css
<style>
a { background-color: #26C045; }
a { background-color: rgb(38,192,69); }
div.DivClassName
{
background-color: #26C045;
}
.BgClassName
{
background-color: #26C045;
}
</style>
border-color css
<style>
span { border-color: #26C045; }
span { border-color: rgb(38,192,69); }
td.TdClassName
{
border-color: #26C045;
}
.TagClassName
{
border-color: #26C045;
}
</style>