Shades of Lime Green #23BC32
Tints of Lime Green #23BC32
RGB
CMYK
RGB Variations
Color information
#23BC32 (or 0x23BC32) is known color: Lime Green. HEX triplet: 23, BC and 32. RGB value is (35,188,50). Sum of RGB (Red+Green+Blue) = 35+188+50=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BC32 is #DC43CD. Grayscale: #7E7E7E. Windows color (decimal): -14435278 or 3324963. OLE color: 3324963.
HSL color Cylindrical-coordinate representation of color #23BC32: hue angle of 125.88º 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 #23BC32 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 50 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.26 |
| HSL | 125.88º | 0.69% | 0.44% | - |
| HSV(B) | 125.88º | 0.81% | 0.74% | - |
| XYZ | 19.25 | 36.55 | 9.06 | - |
| YUV | 126.52 | 84.81 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 50 | 0.81 | 0 | 0.73 | 0.26 | 125.88 | 0.69 | 0.44 |
| Hex | 23 | BC | 32 | 51 | 0 | 49 | 1A | 7E | 45 | 2C |
| Octal | 43 | 274 | 62 | 121 | 0 | 111 | 32 | 176 | 105 | 54 |
| Binary | 100011 | 10111100 | 110010 | 1010001 | 0 | 1001001 | 11010 | 1111110 | 1000101 | 101100 |
Color Harmonies of #23BC32
Complementary color
Monochromatic Colors of #23BC32
Black with #23BC32
Text Example
Text Example
White with #23BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC32; }
p { color: rgb(35,188,50); }
H1.HeaderClassName
{
color: #23BC32;
}
.AnyTagClassName
{
color: #23BC32;
}
</style>
background-color css
<style>
a { background-color: #23BC32; }
a { background-color: rgb(35,188,50); }
div.DivClassName
{
background-color: #23BC32;
}
.BgClassName
{
background-color: #23BC32;
}
</style>
border-color css
<style>
span { border-color: #23BC32; }
span { border-color: rgb(35,188,50); }
td.TdClassName
{
border-color: #23BC32;
}
.TagClassName
{
border-color: #23BC32;
}
</style>