Shades of Lime Green #26BF47
Tints of Lime Green #26BF47
RGB
CMYK
RGB Variations
Color information
#26BF47 (or 0x26BF47) is known color: Lime Green. HEX triplet: 26, BF and 47. RGB value is (38,191,71). Sum of RGB (Red+Green+Blue) = 38+191+71=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF47 is #D940B8. Grayscale: #838383. Windows color (decimal): -14237881 or 4701990. OLE color: 4701990.
HSL color Cylindrical-coordinate representation of color #26BF47: hue angle of 132.94º 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 #26BF47 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 191 | 71 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.25 |
| HSL | 132.94º | 0.67% | 0.45% | - |
| HSV(B) | 132.94º | 0.8% | 0.75% | - |
| XYZ | 20.57 | 38.13 | 12.24 | - |
| YUV | 131.57 | 93.81 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 71 | 0.80 | 0 | 0.63 | 0.25 | 132.94 | 0.67 | 0.45 |
| Hex | 26 | BF | 47 | 50 | 0 | 3F | 19 | 85 | 43 | 2D |
| Octal | 46 | 277 | 107 | 120 | 0 | 77 | 31 | 205 | 103 | 55 |
| Binary | 100110 | 10111111 | 1000111 | 1010000 | 0 | 111111 | 11001 | 10000101 | 1000011 | 101101 |
Color Harmonies of #26BF47
Complementary color
Monochromatic Colors of #26BF47
Black with #26BF47
Text Example
Text Example
White with #26BF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BF47; }
p { color: rgb(38,191,71); }
H1.HeaderClassName
{
color: #26BF47;
}
.AnyTagClassName
{
color: #26BF47;
}
</style>
background-color css
<style>
a { background-color: #26BF47; }
a { background-color: rgb(38,191,71); }
div.DivClassName
{
background-color: #26BF47;
}
.BgClassName
{
background-color: #26BF47;
}
</style>
border-color css
<style>
span { border-color: #26BF47; }
span { border-color: rgb(38,191,71); }
td.TdClassName
{
border-color: #26BF47;
}
.TagClassName
{
border-color: #26BF47;
}
</style>