Shades of Lime Green #23BC37
Tints of Lime Green #23BC37
RGB
CMYK
RGB Variations
Color information
#23BC37 (or 0x23BC37) is known color: Lime Green. HEX triplet: 23, BC and 37. RGB value is (35,188,55). Sum of RGB (Red+Green+Blue) = 35+188+55=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BC37 is #DC43C8. Grayscale: #7F7F7F. Windows color (decimal): -14435273 or 3652643. OLE color: 3652643.
HSL color Cylindrical-coordinate representation of color #23BC37: hue angle of 127.84º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BC37 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 55 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.26 |
| HSL | 127.84º | 0.69% | 0.44% | - |
| HSV(B) | 127.84º | 0.81% | 0.74% | - |
| XYZ | 19.37 | 36.6 | 9.66 | - |
| YUV | 127.09 | 87.31 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 55 | 0.81 | 0 | 0.71 | 0.26 | 127.84 | 0.69 | 0.44 |
| Hex | 23 | BC | 37 | 51 | 0 | 47 | 1A | 80 | 45 | 2C |
| Octal | 43 | 274 | 67 | 121 | 0 | 107 | 32 | 200 | 105 | 54 |
| Binary | 100011 | 10111100 | 110111 | 1010001 | 0 | 1000111 | 11010 | 10000000 | 1000101 | 101100 |
Color Harmonies of #23BC37
Complementary color
Monochromatic Colors of #23BC37
Black with #23BC37
Text Example
Text Example
White with #23BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC37; }
p { color: rgb(35,188,55); }
H1.HeaderClassName
{
color: #23BC37;
}
.AnyTagClassName
{
color: #23BC37;
}
</style>
background-color css
<style>
a { background-color: #23BC37; }
a { background-color: rgb(35,188,55); }
div.DivClassName
{
background-color: #23BC37;
}
.BgClassName
{
background-color: #23BC37;
}
</style>
border-color css
<style>
span { border-color: #23BC37; }
span { border-color: rgb(35,188,55); }
td.TdClassName
{
border-color: #23BC37;
}
.TagClassName
{
border-color: #23BC37;
}
</style>