Shades of Lime Green #26C032
Tints of Lime Green #26C032
RGB
CMYK
RGB Variations
Color information
#26C032 (or 0x26C032) is known color: Lime Green. HEX triplet: 26, C0 and 32. RGB value is (38,192,50). Sum of RGB (Red+Green+Blue) = 38+192+50=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #26C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C032 is #D93FCD. Grayscale: #828282. Windows color (decimal): -14237646 or 3325990. OLE color: 3325990.
HSL color Cylindrical-coordinate representation of color #26C032: hue angle of 124.68º 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 #26C032 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 50 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.25 |
| HSL | 124.68º | 0.67% | 0.45% | - |
| HSV(B) | 124.68º | 0.8% | 0.75% | - |
| XYZ | 20.22 | 38.34 | 9.35 | - |
| YUV | 129.77 | 82.98 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 50 | 0.80 | 0 | 0.74 | 0.25 | 124.68 | 0.67 | 0.45 |
| Hex | 26 | C0 | 32 | 50 | 0 | 4A | 19 | 7D | 43 | 2D |
| Octal | 46 | 300 | 62 | 120 | 0 | 112 | 31 | 175 | 103 | 55 |
| Binary | 100110 | 11000000 | 110010 | 1010000 | 0 | 1001010 | 11001 | 1111101 | 1000011 | 101101 |
Color Harmonies of #26C032
Complementary color
Monochromatic Colors of #26C032
Black with #26C032
Text Example
Text Example
White with #26C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C032; }
p { color: rgb(38,192,50); }
H1.HeaderClassName
{
color: #26C032;
}
.AnyTagClassName
{
color: #26C032;
}
</style>
background-color css
<style>
a { background-color: #26C032; }
a { background-color: rgb(38,192,50); }
div.DivClassName
{
background-color: #26C032;
}
.BgClassName
{
background-color: #26C032;
}
</style>
border-color css
<style>
span { border-color: #26C032; }
span { border-color: rgb(38,192,50); }
td.TdClassName
{
border-color: #26C032;
}
.TagClassName
{
border-color: #26C032;
}
</style>