Shades of Lime Green #26B71D
Tints of Lime Green #26B71D
RGB
CMYK
RGB Variations
Color information
#26B71D (or 0x26B71D) is known color: Lime Green. HEX triplet: 26, B7 and 1D. RGB value is (38,183,29). Sum of RGB (Red+Green+Blue) = 38+183+29=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 183 (71.88% from 255 or 73.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 183 - color contains mainly: green. Hex color #26B71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B71D is #D948E2. Grayscale: #7A7A7A. Windows color (decimal): -14239971 or 1947430. OLE color: 1947430.
HSL color Cylindrical-coordinate representation of color #26B71D: hue angle of 116.49º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26B71D is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 183 | 29 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.28 |
| HSL | 116.49º | 0.73% | 0.42% | - |
| HSV(B) | 116.49º | 0.84% | 0.72% | - |
| XYZ | 17.95 | 34.37 | 6.85 | - |
| YUV | 122.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 183 | 29 | 0.79 | 0 | 0.84 | 0.28 | 116.49 | 0.73 | 0.42 |
| Hex | 26 | B7 | 1D | 4F | 0 | 54 | 1C | 74 | 49 | 2A |
| Octal | 46 | 267 | 35 | 117 | 0 | 124 | 34 | 164 | 111 | 52 |
| Binary | 100110 | 10110111 | 11101 | 1001111 | 0 | 1010100 | 11100 | 1110100 | 1001001 | 101010 |
Color Harmonies of #26B71D
Complementary color
Monochromatic Colors of #26B71D
Black with #26B71D
Text Example
Text Example
White with #26B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B71D; }
p { color: rgb(38,183,29); }
H1.HeaderClassName
{
color: #26B71D;
}
.AnyTagClassName
{
color: #26B71D;
}
</style>
background-color css
<style>
a { background-color: #26B71D; }
a { background-color: rgb(38,183,29); }
div.DivClassName
{
background-color: #26B71D;
}
.BgClassName
{
background-color: #26B71D;
}
</style>
border-color css
<style>
span { border-color: #26B71D; }
span { border-color: rgb(38,183,29); }
td.TdClassName
{
border-color: #26B71D;
}
.TagClassName
{
border-color: #26B71D;
}
</style>