Shades of Lime Green #23C445
Tints of Lime Green #23C445
RGB
CMYK
RGB Variations
Color information
#23C445 (or 0x23C445) is known color: Lime Green. HEX triplet: 23, C4 and 45. RGB value is (35,196,69). Sum of RGB (Red+Green+Blue) = 35+196+69=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #23C445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C445 is #DC3BBA. Grayscale: #858585. Windows color (decimal): -14433211 or 4572195. OLE color: 4572195.
HSL color Cylindrical-coordinate representation of color #23C445: hue angle of 132.67º 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 #23C445 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 196 | 69 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.23 |
| HSL | 132.67º | 0.7% | 0.45% | - |
| HSV(B) | 132.67º | 0.82% | 0.77% | - |
| XYZ | 21.51 | 40.27 | 12.27 | - |
| YUV | 133.38 | 91.66 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 196 | 69 | 0.82 | 0 | 0.65 | 0.23 | 132.67 | 0.7 | 0.45 |
| Hex | 23 | C4 | 45 | 52 | 0 | 41 | 17 | 85 | 46 | 2D |
| Octal | 43 | 304 | 105 | 122 | 0 | 101 | 27 | 205 | 106 | 55 |
| Binary | 100011 | 11000100 | 1000101 | 1010010 | 0 | 1000001 | 10111 | 10000101 | 1000110 | 101101 |
Color Harmonies of #23C445
Complementary color
Monochromatic Colors of #23C445
Black with #23C445
Text Example
Text Example
White with #23C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C445; }
p { color: rgb(35,196,69); }
H1.HeaderClassName
{
color: #23C445;
}
.AnyTagClassName
{
color: #23C445;
}
</style>
background-color css
<style>
a { background-color: #23C445; }
a { background-color: rgb(35,196,69); }
div.DivClassName
{
background-color: #23C445;
}
.BgClassName
{
background-color: #23C445;
}
</style>
border-color css
<style>
span { border-color: #23C445; }
span { border-color: rgb(35,196,69); }
td.TdClassName
{
border-color: #23C445;
}
.TagClassName
{
border-color: #23C445;
}
</style>