Shades of Lime Green #26BB23
Tints of Lime Green #26BB23
RGB
CMYK
RGB Variations
Color information
#26BB23 (or 0x26BB23) is known color: Lime Green. HEX triplet: 26, BB and 23. RGB value is (38,187,35). Sum of RGB (Red+Green+Blue) = 38+187+35=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 187 (73.44% from 255 or 71.92% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 187 - color contains mainly: green. Hex color #26BB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BB23 is #D944DC. Grayscale: #7D7D7D. Windows color (decimal): -14238941 or 2341670. OLE color: 2341670.
HSL color Cylindrical-coordinate representation of color #26BB23: hue angle of 118.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26BB23 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 187 | 35 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.27 |
| HSL | 118.82º | 0.68% | 0.44% | - |
| HSV(B) | 118.82º | 0.81% | 0.73% | - |
| XYZ | 18.87 | 36.07 | 7.56 | - |
| YUV | 125.12 | 77.14 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 187 | 35 | 0.80 | 0 | 0.81 | 0.27 | 118.82 | 0.68 | 0.44 |
| Hex | 26 | BB | 23 | 50 | 0 | 51 | 1B | 77 | 44 | 2C |
| Octal | 46 | 273 | 43 | 120 | 0 | 121 | 33 | 167 | 104 | 54 |
| Binary | 100110 | 10111011 | 100011 | 1010000 | 0 | 1010001 | 11011 | 1110111 | 1000100 | 101100 |
Color Harmonies of #26BB23
Complementary color
Monochromatic Colors of #26BB23
Black with #26BB23
Text Example
Text Example
White with #26BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BB23; }
p { color: rgb(38,187,35); }
H1.HeaderClassName
{
color: #26BB23;
}
.AnyTagClassName
{
color: #26BB23;
}
</style>
background-color css
<style>
a { background-color: #26BB23; }
a { background-color: rgb(38,187,35); }
div.DivClassName
{
background-color: #26BB23;
}
.BgClassName
{
background-color: #26BB23;
}
</style>
border-color css
<style>
span { border-color: #26BB23; }
span { border-color: rgb(38,187,35); }
td.TdClassName
{
border-color: #26BB23;
}
.TagClassName
{
border-color: #26BB23;
}
</style>