Shades of Lime Green #26BA32
Tints of Lime Green #26BA32
RGB
CMYK
RGB Variations
Color information
#26BA32 (or 0x26BA32) is known color: Lime Green. HEX triplet: 26, BA and 32. RGB value is (38,186,50). Sum of RGB (Red+Green+Blue) = 38+186+50=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA32 is #D945CD. Grayscale: #7E7E7E. Windows color (decimal): -14239182 or 3324454. OLE color: 3324454.
HSL color Cylindrical-coordinate representation of color #26BA32: hue angle of 124.86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA32 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 50 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.27 |
| HSL | 124.86º | 0.66% | 0.44% | - |
| HSV(B) | 124.86º | 0.8% | 0.73% | - |
| XYZ | 18.93 | 35.76 | 8.92 | - |
| YUV | 126.24 | 84.97 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 50 | 0.80 | 0 | 0.73 | 0.27 | 124.86 | 0.66 | 0.44 |
| Hex | 26 | BA | 32 | 50 | 0 | 49 | 1B | 7D | 42 | 2C |
| Octal | 46 | 272 | 62 | 120 | 0 | 111 | 33 | 175 | 102 | 54 |
| Binary | 100110 | 10111010 | 110010 | 1010000 | 0 | 1001001 | 11011 | 1111101 | 1000010 | 101100 |
Color Harmonies of #26BA32
Complementary color
Monochromatic Colors of #26BA32
Black with #26BA32
Text Example
Text Example
White with #26BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA32; }
p { color: rgb(38,186,50); }
H1.HeaderClassName
{
color: #26BA32;
}
.AnyTagClassName
{
color: #26BA32;
}
</style>
background-color css
<style>
a { background-color: #26BA32; }
a { background-color: rgb(38,186,50); }
div.DivClassName
{
background-color: #26BA32;
}
.BgClassName
{
background-color: #26BA32;
}
</style>
border-color css
<style>
span { border-color: #26BA32; }
span { border-color: rgb(38,186,50); }
td.TdClassName
{
border-color: #26BA32;
}
.TagClassName
{
border-color: #26BA32;
}
</style>