Shades of Lime Green #23B620
Tints of Lime Green #23B620
RGB
CMYK
RGB Variations
Color information
#23B620 (or 0x23B620) is known color: Lime Green. HEX triplet: 23, B6 and 20. RGB value is (35,182,32). Sum of RGB (Red+Green+Blue) = 35+182+32=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 182 (71.48% from 255 or 73.09% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 182 - color contains mainly: green. Hex color #23B620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B620 is #DC49DF. Grayscale: #797979. Windows color (decimal): -14436832 or 2143779. OLE color: 2143779.
HSL color Cylindrical-coordinate representation of color #23B620: hue angle of 118.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23B620 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 182 | 32 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.29 |
| HSL | 118.8º | 0.7% | 0.42% | - |
| HSV(B) | 118.8º | 0.82% | 0.71% | - |
| XYZ | 17.68 | 33.92 | 6.98 | - |
| YUV | 120.95 | 77.8 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 182 | 32 | 0.81 | 0 | 0.82 | 0.29 | 118.8 | 0.7 | 0.42 |
| Hex | 23 | B6 | 20 | 51 | 0 | 52 | 1D | 77 | 46 | 2A |
| Octal | 43 | 266 | 40 | 121 | 0 | 122 | 35 | 167 | 106 | 52 |
| Binary | 100011 | 10110110 | 100000 | 1010001 | 0 | 1010010 | 11101 | 1110111 | 1000110 | 101010 |
Color Harmonies of #23B620
Complementary color
Monochromatic Colors of #23B620
Black with #23B620
Text Example
Text Example
White with #23B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B620; }
p { color: rgb(35,182,32); }
H1.HeaderClassName
{
color: #23B620;
}
.AnyTagClassName
{
color: #23B620;
}
</style>
background-color css
<style>
a { background-color: #23B620; }
a { background-color: rgb(35,182,32); }
div.DivClassName
{
background-color: #23B620;
}
.BgClassName
{
background-color: #23B620;
}
</style>
border-color css
<style>
span { border-color: #23B620; }
span { border-color: rgb(35,182,32); }
td.TdClassName
{
border-color: #23B620;
}
.TagClassName
{
border-color: #23B620;
}
</style>