Shades of Lime Green #26BC2B
Tints of Lime Green #26BC2B
RGB
CMYK
RGB Variations
Color information
#26BC2B (or 0x26BC2B) is known color: Lime Green. HEX triplet: 26, BC and 2B. RGB value is (38,188,43). Sum of RGB (Red+Green+Blue) = 38+188+43=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC2B is #D943D4. Grayscale: #7F7F7F. Windows color (decimal): -14238677 or 2866214. OLE color: 2866214.
HSL color Cylindrical-coordinate representation of color #26BC2B: hue angle of 122º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC2B is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 43 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.26 |
| HSL | 122º | 0.66% | 0.44% | - |
| HSV(B) | 122º | 0.8% | 0.74% | - |
| XYZ | 19.22 | 36.55 | 8.33 | - |
| YUV | 126.62 | 80.81 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 43 | 0.80 | 0 | 0.77 | 0.26 | 122 | 0.66 | 0.44 |
| Hex | 26 | BC | 2B | 50 | 0 | 4D | 1A | 7A | 42 | 2C |
| Octal | 46 | 274 | 53 | 120 | 0 | 115 | 32 | 172 | 102 | 54 |
| Binary | 100110 | 10111100 | 101011 | 1010000 | 0 | 1001101 | 11010 | 1111010 | 1000010 | 101100 |
Color Harmonies of #26BC2B
Complementary color
Monochromatic Colors of #26BC2B
Black with #26BC2B
Text Example
Text Example
White with #26BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC2B; }
p { color: rgb(38,188,43); }
H1.HeaderClassName
{
color: #26BC2B;
}
.AnyTagClassName
{
color: #26BC2B;
}
</style>
background-color css
<style>
a { background-color: #26BC2B; }
a { background-color: rgb(38,188,43); }
div.DivClassName
{
background-color: #26BC2B;
}
.BgClassName
{
background-color: #26BC2B;
}
</style>
border-color css
<style>
span { border-color: #26BC2B; }
span { border-color: rgb(38,188,43); }
td.TdClassName
{
border-color: #26BC2B;
}
.TagClassName
{
border-color: #26BC2B;
}
</style>