Shades of Lime Green #23B121
Tints of Lime Green #23B121
RGB
CMYK
RGB Variations
Color information
#23B121 (or 0x23B121) is known color: Lime Green. HEX triplet: 23, B1 and 21. RGB value is (35,177,33). Sum of RGB (Red+Green+Blue) = 35+177+33=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 177 (69.53% from 255 or 72.24% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 177 - color contains mainly: green. Hex color #23B121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B121 is #DC4EDE. Grayscale: #767676. Windows color (decimal): -14438111 or 2208035. OLE color: 2208035.
HSL color Cylindrical-coordinate representation of color #23B121: hue angle of 119.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23B121 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 177 | 33 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.31 |
| HSL | 119.17º | 0.69% | 0.41% | - |
| HSV(B) | 119.17º | 0.81% | 0.69% | - |
| XYZ | 16.69 | 31.91 | 6.72 | - |
| YUV | 118.13 | 79.96 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 177 | 33 | 0.80 | 0 | 0.81 | 0.31 | 119.17 | 0.69 | 0.41 |
| Hex | 23 | B1 | 21 | 50 | 0 | 51 | 1F | 77 | 45 | 29 |
| Octal | 43 | 261 | 41 | 120 | 0 | 121 | 37 | 167 | 105 | 51 |
| Binary | 100011 | 10110001 | 100001 | 1010000 | 0 | 1010001 | 11111 | 1110111 | 1000101 | 101001 |
Color Harmonies of #23B121
Complementary color
Monochromatic Colors of #23B121
Black with #23B121
Text Example
Text Example
White with #23B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B121; }
p { color: rgb(35,177,33); }
H1.HeaderClassName
{
color: #23B121;
}
.AnyTagClassName
{
color: #23B121;
}
</style>
background-color css
<style>
a { background-color: #23B121; }
a { background-color: rgb(35,177,33); }
div.DivClassName
{
background-color: #23B121;
}
.BgClassName
{
background-color: #23B121;
}
</style>
border-color css
<style>
span { border-color: #23B121; }
span { border-color: rgb(35,177,33); }
td.TdClassName
{
border-color: #23B121;
}
.TagClassName
{
border-color: #23B121;
}
</style>