Shades of Lime Green #26B932
Tints of Lime Green #26B932
RGB
CMYK
RGB Variations
Color information
#26B932 (or 0x26B932) is known color: Lime Green. HEX triplet: 26, B9 and 32. RGB value is (38,185,50). Sum of RGB (Red+Green+Blue) = 38+185+50=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #26B932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B932 is #D946CD. Grayscale: #7E7E7E. Windows color (decimal): -14239438 or 3324198. OLE color: 3324198.
HSL color Cylindrical-coordinate representation of color #26B932: hue angle of 124.9º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B932 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 185 | 50 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.27 |
| HSL | 124.9º | 0.66% | 0.44% | - |
| HSV(B) | 124.9º | 0.79% | 0.73% | - |
| XYZ | 18.72 | 35.34 | 8.85 | - |
| YUV | 125.66 | 85.3 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 185 | 50 | 0.79 | 0 | 0.73 | 0.27 | 124.9 | 0.66 | 0.44 |
| Hex | 26 | B9 | 32 | 4F | 0 | 49 | 1B | 7D | 42 | 2C |
| Octal | 46 | 271 | 62 | 117 | 0 | 111 | 33 | 175 | 102 | 54 |
| Binary | 100110 | 10111001 | 110010 | 1001111 | 0 | 1001001 | 11011 | 1111101 | 1000010 | 101100 |
Color Harmonies of #26B932
Complementary color
Monochromatic Colors of #26B932
Black with #26B932
Text Example
Text Example
White with #26B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B932; }
p { color: rgb(38,185,50); }
H1.HeaderClassName
{
color: #26B932;
}
.AnyTagClassName
{
color: #26B932;
}
</style>
background-color css
<style>
a { background-color: #26B932; }
a { background-color: rgb(38,185,50); }
div.DivClassName
{
background-color: #26B932;
}
.BgClassName
{
background-color: #26B932;
}
</style>
border-color css
<style>
span { border-color: #26B932; }
span { border-color: rgb(38,185,50); }
td.TdClassName
{
border-color: #26B932;
}
.TagClassName
{
border-color: #26B932;
}
</style>