Shades of Lime Green #26BD47
Tints of Lime Green #26BD47
RGB
CMYK
RGB Variations
Color information
#26BD47 (or 0x26BD47) is known color: Lime Green. HEX triplet: 26, BD and 47. RGB value is (38,189,71). Sum of RGB (Red+Green+Blue) = 38+189+71=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD47 is #D942B8. Grayscale: #828282. Windows color (decimal): -14238393 or 4701478. OLE color: 4701478.
HSL color Cylindrical-coordinate representation of color #26BD47: hue angle of 133.11º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD47 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 71 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.26 |
| HSL | 133.11º | 0.67% | 0.45% | - |
| HSV(B) | 133.11º | 0.8% | 0.74% | - |
| XYZ | 20.13 | 37.26 | 12.09 | - |
| YUV | 130.4 | 94.47 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 71 | 0.80 | 0 | 0.62 | 0.26 | 133.11 | 0.67 | 0.45 |
| Hex | 26 | BD | 47 | 50 | 0 | 3E | 1A | 85 | 43 | 2D |
| Octal | 46 | 275 | 107 | 120 | 0 | 76 | 32 | 205 | 103 | 55 |
| Binary | 100110 | 10111101 | 1000111 | 1010000 | 0 | 111110 | 11010 | 10000101 | 1000011 | 101101 |
Color Harmonies of #26BD47
Complementary color
Monochromatic Colors of #26BD47
Black with #26BD47
Text Example
Text Example
White with #26BD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD47; }
p { color: rgb(38,189,71); }
H1.HeaderClassName
{
color: #26BD47;
}
.AnyTagClassName
{
color: #26BD47;
}
</style>
background-color css
<style>
a { background-color: #26BD47; }
a { background-color: rgb(38,189,71); }
div.DivClassName
{
background-color: #26BD47;
}
.BgClassName
{
background-color: #26BD47;
}
</style>
border-color css
<style>
span { border-color: #26BD47; }
span { border-color: rgb(38,189,71); }
td.TdClassName
{
border-color: #26BD47;
}
.TagClassName
{
border-color: #26BD47;
}
</style>