Shades of Lime Green #26B139
Tints of Lime Green #26B139
RGB
CMYK
RGB Variations
Color information
#26B139 (or 0x26B139) is known color: Lime Green. HEX triplet: 26, B1 and 39. RGB value is (38,177,57). Sum of RGB (Red+Green+Blue) = 38+177+57=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #26B139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26B139 is #D94EC6. Grayscale: #7A7A7A. Windows color (decimal): -14241479 or 3780902. OLE color: 3780902.
HSL color Cylindrical-coordinate representation of color #26B139: hue angle of 128.2º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B139 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 177 | 57 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.31 |
| HSL | 128.2º | 0.65% | 0.42% | - |
| HSV(B) | 128.2º | 0.79% | 0.69% | - |
| XYZ | 17.26 | 32.15 | 9.17 | - |
| YUV | 121.76 | 91.45 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 177 | 57 | 0.79 | 0 | 0.68 | 0.31 | 128.2 | 0.65 | 0.42 |
| Hex | 26 | B1 | 39 | 4F | 0 | 44 | 1F | 80 | 41 | 2A |
| Octal | 46 | 261 | 71 | 117 | 0 | 104 | 37 | 200 | 101 | 52 |
| Binary | 100110 | 10110001 | 111001 | 1001111 | 0 | 1000100 | 11111 | 10000000 | 1000001 | 101010 |
Color Harmonies of #26B139
Complementary color
Monochromatic Colors of #26B139
Black with #26B139
Text Example
Text Example
White with #26B139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B139; }
p { color: rgb(38,177,57); }
H1.HeaderClassName
{
color: #26B139;
}
.AnyTagClassName
{
color: #26B139;
}
</style>
background-color css
<style>
a { background-color: #26B139; }
a { background-color: rgb(38,177,57); }
div.DivClassName
{
background-color: #26B139;
}
.BgClassName
{
background-color: #26B139;
}
</style>
border-color css
<style>
span { border-color: #26B139; }
span { border-color: rgb(38,177,57); }
td.TdClassName
{
border-color: #26B139;
}
.TagClassName
{
border-color: #26B139;
}
</style>