Shades of Lime Green #26BB26
Tints of Lime Green #26BB26
RGB
CMYK
RGB Variations
Color information
#26BB26 (or 0x26BB26) is known color: Lime Green. HEX triplet: 26, BB and 26. RGB value is (38,187,38). Sum of RGB (Red+Green+Blue) = 38+187+38=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 187 (73.44% from 255 or 71.10% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 187 - color contains mainly: green. Hex color #26BB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BB26 is #D944D9. Grayscale: #7D7D7D. Windows color (decimal): -14238938 or 2538278. OLE color: 2538278.
HSL color Cylindrical-coordinate representation of color #26BB26: hue angle of 120º 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 #26BB26 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 187 | 38 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.27 |
| HSL | 120º | 0.66% | 0.44% | - |
| HSV(B) | 120º | 0.8% | 0.73% | - |
| XYZ | 18.92 | 36.09 | 7.8 | - |
| YUV | 125.46 | 78.64 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 187 | 38 | 0.80 | 0 | 0.80 | 0.27 | 120 | 0.66 | 0.44 |
| Hex | 26 | BB | 26 | 50 | 0 | 50 | 1B | 78 | 42 | 2C |
| Octal | 46 | 273 | 46 | 120 | 0 | 120 | 33 | 170 | 102 | 54 |
| Binary | 100110 | 10111011 | 100110 | 1010000 | 0 | 1010000 | 11011 | 1111000 | 1000010 | 101100 |
Color Harmonies of #26BB26
Complementary color
Monochromatic Colors of #26BB26
Black with #26BB26
Text Example
Text Example
White with #26BB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BB26; }
p { color: rgb(38,187,38); }
H1.HeaderClassName
{
color: #26BB26;
}
.AnyTagClassName
{
color: #26BB26;
}
</style>
background-color css
<style>
a { background-color: #26BB26; }
a { background-color: rgb(38,187,38); }
div.DivClassName
{
background-color: #26BB26;
}
.BgClassName
{
background-color: #26BB26;
}
</style>
border-color css
<style>
span { border-color: #26BB26; }
span { border-color: rgb(38,187,38); }
td.TdClassName
{
border-color: #26BB26;
}
.TagClassName
{
border-color: #26BB26;
}
</style>