Shades of Lime Green #23C223
Tints of Lime Green #23C223
RGB
CMYK
RGB Variations
Color information
#23C223 (or 0x23C223) is known color: Lime Green. HEX triplet: 23, C2 and 23. RGB value is (35,194,35). Sum of RGB (Red+Green+Blue) = 35+194+35=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #23C223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C223 is #DC3DDC. Grayscale: #808080. Windows color (decimal): -14433757 or 2343459. OLE color: 2343459.
HSL color Cylindrical-coordinate representation of color #23C223: hue angle of 120º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C223 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 35 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.24 |
| HSL | 120º | 0.69% | 0.45% | - |
| HSV(B) | 120º | 0.82% | 0.76% | - |
| XYZ | 20.29 | 39.06 | 8.06 | - |
| YUV | 128.33 | 75.32 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 35 | 0.82 | 0 | 0.82 | 0.24 | 120 | 0.69 | 0.45 |
| Hex | 23 | C2 | 23 | 52 | 0 | 52 | 18 | 78 | 45 | 2D |
| Octal | 43 | 302 | 43 | 122 | 0 | 122 | 30 | 170 | 105 | 55 |
| Binary | 100011 | 11000010 | 100011 | 1010010 | 0 | 1010010 | 11000 | 1111000 | 1000101 | 101101 |
Color Harmonies of #23C223
Complementary color
Monochromatic Colors of #23C223
Black with #23C223
Text Example
Text Example
White with #23C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C223; }
p { color: rgb(35,194,35); }
H1.HeaderClassName
{
color: #23C223;
}
.AnyTagClassName
{
color: #23C223;
}
</style>
background-color css
<style>
a { background-color: #23C223; }
a { background-color: rgb(35,194,35); }
div.DivClassName
{
background-color: #23C223;
}
.BgClassName
{
background-color: #23C223;
}
</style>
border-color css
<style>
span { border-color: #23C223; }
span { border-color: rgb(35,194,35); }
td.TdClassName
{
border-color: #23C223;
}
.TagClassName
{
border-color: #23C223;
}
</style>