Shades of Lime Green #26BA2B
Tints of Lime Green #26BA2B
RGB
CMYK
RGB Variations
Color information
#26BA2B (or 0x26BA2B) is known color: Lime Green. HEX triplet: 26, BA and 2B. RGB value is (38,186,43). Sum of RGB (Red+Green+Blue) = 38+186+43=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA2B is #D945D4. Grayscale: #7D7D7D. Windows color (decimal): -14239189 or 2865702. OLE color: 2865702.
HSL color Cylindrical-coordinate representation of color #26BA2B: hue angle of 122.03º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA2B is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 43 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.27 |
| HSL | 122.03º | 0.66% | 0.44% | - |
| HSV(B) | 122.03º | 0.8% | 0.73% | - |
| XYZ | 18.79 | 35.7 | 8.19 | - |
| YUV | 125.45 | 81.47 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 43 | 0.80 | 0 | 0.77 | 0.27 | 122.03 | 0.66 | 0.44 |
| Hex | 26 | BA | 2B | 50 | 0 | 4D | 1B | 7A | 42 | 2C |
| Octal | 46 | 272 | 53 | 120 | 0 | 115 | 33 | 172 | 102 | 54 |
| Binary | 100110 | 10111010 | 101011 | 1010000 | 0 | 1001101 | 11011 | 1111010 | 1000010 | 101100 |
Color Harmonies of #26BA2B
Complementary color
Monochromatic Colors of #26BA2B
Black with #26BA2B
Text Example
Text Example
White with #26BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA2B; }
p { color: rgb(38,186,43); }
H1.HeaderClassName
{
color: #26BA2B;
}
.AnyTagClassName
{
color: #26BA2B;
}
</style>
background-color css
<style>
a { background-color: #26BA2B; }
a { background-color: rgb(38,186,43); }
div.DivClassName
{
background-color: #26BA2B;
}
.BgClassName
{
background-color: #26BA2B;
}
</style>
border-color css
<style>
span { border-color: #26BA2B; }
span { border-color: rgb(38,186,43); }
td.TdClassName
{
border-color: #26BA2B;
}
.TagClassName
{
border-color: #26BA2B;
}
</style>