Shades of Lime Green #26C046
Tints of Lime Green #26C046
RGB
CMYK
RGB Variations
Color information
#26C046 (or 0x26C046) is known color: Lime Green. HEX triplet: 26, C0 and 46. RGB value is (38,192,70). Sum of RGB (Red+Green+Blue) = 38+192+70=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #26C046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C046 is #D93FB9. Grayscale: #848484. Windows color (decimal): -14237626 or 4636710. OLE color: 4636710.
HSL color Cylindrical-coordinate representation of color #26C046: hue angle of 132.47º 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 #26C046 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 70 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.25 |
| HSL | 132.47º | 0.67% | 0.45% | - |
| HSV(B) | 132.47º | 0.8% | 0.75% | - |
| XYZ | 20.75 | 38.55 | 12.14 | - |
| YUV | 132.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 70 | 0.80 | 0 | 0.64 | 0.25 | 132.47 | 0.67 | 0.45 |
| Hex | 26 | C0 | 46 | 50 | 0 | 40 | 19 | 84 | 43 | 2D |
| Octal | 46 | 300 | 106 | 120 | 0 | 100 | 31 | 204 | 103 | 55 |
| Binary | 100110 | 11000000 | 1000110 | 1010000 | 0 | 1000000 | 11001 | 10000100 | 1000011 | 101101 |
Color Harmonies of #26C046
Complementary color
Monochromatic Colors of #26C046
Black with #26C046
Text Example
Text Example
White with #26C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C046; }
p { color: rgb(38,192,70); }
H1.HeaderClassName
{
color: #26C046;
}
.AnyTagClassName
{
color: #26C046;
}
</style>
background-color css
<style>
a { background-color: #26C046; }
a { background-color: rgb(38,192,70); }
div.DivClassName
{
background-color: #26C046;
}
.BgClassName
{
background-color: #26C046;
}
</style>
border-color css
<style>
span { border-color: #26C046; }
span { border-color: rgb(38,192,70); }
td.TdClassName
{
border-color: #26C046;
}
.TagClassName
{
border-color: #26C046;
}
</style>