Shades of Lime Green #23B321
Tints of Lime Green #23B321
RGB
CMYK
RGB Variations
Color information
#23B321 (or 0x23B321) is known color: Lime Green. HEX triplet: 23, B3 and 21. RGB value is (35,179,33). Sum of RGB (Red+Green+Blue) = 35+179+33=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #23B321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B321 is #DC4CDE. Grayscale: #777777. Windows color (decimal): -14437599 or 2208547. OLE color: 2208547.
HSL color Cylindrical-coordinate representation of color #23B321: hue angle of 119.18º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23B321 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 179 | 33 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.30 |
| HSL | 119.18º | 0.69% | 0.42% | - |
| HSV(B) | 119.18º | 0.82% | 0.7% | - |
| XYZ | 17.09 | 32.71 | 6.85 | - |
| YUV | 119.3 | 79.29 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 179 | 33 | 0.80 | 0 | 0.82 | 0.30 | 119.18 | 0.69 | 0.42 |
| Hex | 23 | B3 | 21 | 50 | 0 | 52 | 1E | 77 | 45 | 2A |
| Octal | 43 | 263 | 41 | 120 | 0 | 122 | 36 | 167 | 105 | 52 |
| Binary | 100011 | 10110011 | 100001 | 1010000 | 0 | 1010010 | 11110 | 1110111 | 1000101 | 101010 |
Color Harmonies of #23B321
Complementary color
Monochromatic Colors of #23B321
Black with #23B321
Text Example
Text Example
White with #23B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B321; }
p { color: rgb(35,179,33); }
H1.HeaderClassName
{
color: #23B321;
}
.AnyTagClassName
{
color: #23B321;
}
</style>
background-color css
<style>
a { background-color: #23B321; }
a { background-color: rgb(35,179,33); }
div.DivClassName
{
background-color: #23B321;
}
.BgClassName
{
background-color: #23B321;
}
</style>
border-color css
<style>
span { border-color: #23B321; }
span { border-color: rgb(35,179,33); }
td.TdClassName
{
border-color: #23B321;
}
.TagClassName
{
border-color: #23B321;
}
</style>