Shades of Lime Green #23D32C
Tints of Lime Green #23D32C
RGB
CMYK
RGB Variations
Color information
#23D32C (or 0x23D32C) is known color: Lime Green. HEX triplet: 23, D3 and 2C. RGB value is (35,211,44). Sum of RGB (Red+Green+Blue) = 35+211+44=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 211 (82.81% from 255 or 72.76% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 211 - color contains mainly: green. Hex color #23D32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D32C is #DC2CD3. Grayscale: #8B8B8B. Windows color (decimal): -14429396 or 2937635. OLE color: 2937635.
HSL color Cylindrical-coordinate representation of color #23D32C: hue angle of 123.07º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D32C is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 211 | 44 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.17 |
| HSL | 123.07º | 0.72% | 0.48% | - |
| HSV(B) | 123.07º | 0.83% | 0.83% | - |
| XYZ | 24.44 | 47.13 | 10.19 | - |
| YUV | 139.34 | 74.19 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 211 | 44 | 0.83 | 0 | 0.79 | 0.17 | 123.07 | 0.72 | 0.48 |
| Hex | 23 | D3 | 2C | 53 | 0 | 4F | 11 | 7B | 48 | 30 |
| Octal | 43 | 323 | 54 | 123 | 0 | 117 | 21 | 173 | 110 | 60 |
| Binary | 100011 | 11010011 | 101100 | 1010011 | 0 | 1001111 | 10001 | 1111011 | 1001000 | 110000 |
Color Harmonies of #23D32C
Complementary color
Monochromatic Colors of #23D32C
Black with #23D32C
Text Example
Text Example
White with #23D32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D32C; }
p { color: rgb(35,211,44); }
H1.HeaderClassName
{
color: #23D32C;
}
.AnyTagClassName
{
color: #23D32C;
}
</style>
background-color css
<style>
a { background-color: #23D32C; }
a { background-color: rgb(35,211,44); }
div.DivClassName
{
background-color: #23D32C;
}
.BgClassName
{
background-color: #23D32C;
}
</style>
border-color css
<style>
span { border-color: #23D32C; }
span { border-color: rgb(35,211,44); }
td.TdClassName
{
border-color: #23D32C;
}
.TagClassName
{
border-color: #23D32C;
}
</style>