Shades of Lime Green #23C448
Tints of Lime Green #23C448
RGB
CMYK
RGB Variations
Color information
#23C448 (or 0x23C448) is known color: Lime Green. HEX triplet: 23, C4 and 48. RGB value is (35,196,72). Sum of RGB (Red+Green+Blue) = 35+196+72=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 196 (76.95% from 255 or 64.69% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 196 - color contains mainly: green. Hex color #23C448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C448 is #DC3BB7. Grayscale: #868686. Windows color (decimal): -14433208 or 4768803. OLE color: 4768803.
HSL color Cylindrical-coordinate representation of color #23C448: hue angle of 133.79º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C448 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 196 | 72 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.23 |
| HSL | 133.79º | 0.7% | 0.45% | - |
| HSV(B) | 133.79º | 0.82% | 0.77% | - |
| XYZ | 21.6 | 40.31 | 12.77 | - |
| YUV | 133.73 | 93.16 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 196 | 72 | 0.82 | 0 | 0.63 | 0.23 | 133.79 | 0.7 | 0.45 |
| Hex | 23 | C4 | 48 | 52 | 0 | 3F | 17 | 86 | 46 | 2D |
| Octal | 43 | 304 | 110 | 122 | 0 | 77 | 27 | 206 | 106 | 55 |
| Binary | 100011 | 11000100 | 1001000 | 1010010 | 0 | 111111 | 10111 | 10000110 | 1000110 | 101101 |
Color Harmonies of #23C448
Complementary color
Monochromatic Colors of #23C448
Black with #23C448
Text Example
Text Example
White with #23C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C448; }
p { color: rgb(35,196,72); }
H1.HeaderClassName
{
color: #23C448;
}
.AnyTagClassName
{
color: #23C448;
}
</style>
background-color css
<style>
a { background-color: #23C448; }
a { background-color: rgb(35,196,72); }
div.DivClassName
{
background-color: #23C448;
}
.BgClassName
{
background-color: #23C448;
}
</style>
border-color css
<style>
span { border-color: #23C448; }
span { border-color: rgb(35,196,72); }
td.TdClassName
{
border-color: #23C448;
}
.TagClassName
{
border-color: #23C448;
}
</style>