Shades of Lime Green #23BB1B
Tints of Lime Green #23BB1B
RGB
CMYK
RGB Variations
Color information
#23BB1B (or 0x23BB1B) is known color: Lime Green. HEX triplet: 23, BB and 1B. RGB value is (35,187,27). Sum of RGB (Red+Green+Blue) = 35+187+27=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 187 (73.44% from 255 or 75.10% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 187 - color contains mainly: green. Hex color #23BB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BB1B is #DC44E4. Grayscale: #7B7B7B. Windows color (decimal): -14435557 or 1817379. OLE color: 1817379.
HSL color Cylindrical-coordinate representation of color #23BB1B: hue angle of 117º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BB1B is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 187 | 27 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.27 |
| HSL | 117º | 0.75% | 0.42% | - |
| HSV(B) | 117º | 0.86% | 0.73% | - |
| XYZ | 18.66 | 35.98 | 7 | - |
| YUV | 123.31 | 73.64 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 187 | 27 | 0.81 | 0 | 0.86 | 0.27 | 117 | 0.75 | 0.42 |
| Hex | 23 | BB | 1B | 51 | 0 | 56 | 1B | 75 | 4B | 2A |
| Octal | 43 | 273 | 33 | 121 | 0 | 126 | 33 | 165 | 113 | 52 |
| Binary | 100011 | 10111011 | 11011 | 1010001 | 0 | 1010110 | 11011 | 1110101 | 1001011 | 101010 |
Color Harmonies of #23BB1B
Complementary color
Monochromatic Colors of #23BB1B
Black with #23BB1B
Text Example
Text Example
White with #23BB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BB1B; }
p { color: rgb(35,187,27); }
H1.HeaderClassName
{
color: #23BB1B;
}
.AnyTagClassName
{
color: #23BB1B;
}
</style>
background-color css
<style>
a { background-color: #23BB1B; }
a { background-color: rgb(35,187,27); }
div.DivClassName
{
background-color: #23BB1B;
}
.BgClassName
{
background-color: #23BB1B;
}
</style>
border-color css
<style>
span { border-color: #23BB1B; }
span { border-color: rgb(35,187,27); }
td.TdClassName
{
border-color: #23BB1B;
}
.TagClassName
{
border-color: #23BB1B;
}
</style>