Shades of Lime Green #23C022
Tints of Lime Green #23C022
RGB
CMYK
RGB Variations
Color information
#23C022 (or 0x23C022) is known color: Lime Green. HEX triplet: 23, C0 and 22. RGB value is (35,192,34). Sum of RGB (Red+Green+Blue) = 35+192+34=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #23C022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C022 is #DC3FDD. Grayscale: #7F7F7F. Windows color (decimal): -14434270 or 2277411. OLE color: 2277411.
HSL color Cylindrical-coordinate representation of color #23C022: hue angle of 119.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C022 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 34 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.25 |
| HSL | 119.62º | 0.7% | 0.44% | - |
| HSV(B) | 119.62º | 0.82% | 0.75% | - |
| XYZ | 19.83 | 38.17 | 7.84 | - |
| YUV | 127.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 34 | 0.82 | 0 | 0.82 | 0.25 | 119.62 | 0.7 | 0.44 |
| Hex | 23 | C0 | 22 | 52 | 0 | 52 | 19 | 78 | 46 | 2C |
| Octal | 43 | 300 | 42 | 122 | 0 | 122 | 31 | 170 | 106 | 54 |
| Binary | 100011 | 11000000 | 100010 | 1010010 | 0 | 1010010 | 11001 | 1111000 | 1000110 | 101100 |
Color Harmonies of #23C022
Complementary color
Monochromatic Colors of #23C022
Black with #23C022
Text Example
Text Example
White with #23C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C022; }
p { color: rgb(35,192,34); }
H1.HeaderClassName
{
color: #23C022;
}
.AnyTagClassName
{
color: #23C022;
}
</style>
background-color css
<style>
a { background-color: #23C022; }
a { background-color: rgb(35,192,34); }
div.DivClassName
{
background-color: #23C022;
}
.BgClassName
{
background-color: #23C022;
}
</style>
border-color css
<style>
span { border-color: #23C022; }
span { border-color: rgb(35,192,34); }
td.TdClassName
{
border-color: #23C022;
}
.TagClassName
{
border-color: #23C022;
}
</style>