Shades of Lime Green #23BC33
Tints of Lime Green #23BC33
RGB
CMYK
RGB Variations
Color information
#23BC33 (or 0x23BC33) is known color: Lime Green. HEX triplet: 23, BC and 33. RGB value is (35,188,51). Sum of RGB (Red+Green+Blue) = 35+188+51=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BC33 is #DC43CC. Grayscale: #7F7F7F. Windows color (decimal): -14435277 or 3390499. OLE color: 3390499.
HSL color Cylindrical-coordinate representation of color #23BC33: hue angle of 126.27º 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 #23BC33 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 51 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.26 |
| HSL | 126.27º | 0.69% | 0.44% | - |
| HSV(B) | 126.27º | 0.81% | 0.74% | - |
| XYZ | 19.27 | 36.56 | 9.17 | - |
| YUV | 126.64 | 85.31 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 51 | 0.81 | 0 | 0.73 | 0.26 | 126.27 | 0.69 | 0.44 |
| Hex | 23 | BC | 33 | 51 | 0 | 49 | 1A | 7E | 45 | 2C |
| Octal | 43 | 274 | 63 | 121 | 0 | 111 | 32 | 176 | 105 | 54 |
| Binary | 100011 | 10111100 | 110011 | 1010001 | 0 | 1001001 | 11010 | 1111110 | 1000101 | 101100 |
Color Harmonies of #23BC33
Complementary color
Monochromatic Colors of #23BC33
Black with #23BC33
Text Example
Text Example
White with #23BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC33; }
p { color: rgb(35,188,51); }
H1.HeaderClassName
{
color: #23BC33;
}
.AnyTagClassName
{
color: #23BC33;
}
</style>
background-color css
<style>
a { background-color: #23BC33; }
a { background-color: rgb(35,188,51); }
div.DivClassName
{
background-color: #23BC33;
}
.BgClassName
{
background-color: #23BC33;
}
</style>
border-color css
<style>
span { border-color: #23BC33; }
span { border-color: rgb(35,188,51); }
td.TdClassName
{
border-color: #23BC33;
}
.TagClassName
{
border-color: #23BC33;
}
</style>