Shades of Lime Green #23C747
Tints of Lime Green #23C747
RGB
CMYK
RGB Variations
Color information
#23C747 (or 0x23C747) is known color: Lime Green. HEX triplet: 23, C7 and 47. RGB value is (35,199,71). Sum of RGB (Red+Green+Blue) = 35+199+71=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 199 (78.12% from 255 or 65.25% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 199 - color contains mainly: green. Hex color #23C747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C747 is #DC38B8. Grayscale: #878787. Windows color (decimal): -14432441 or 4704035. OLE color: 4704035.
HSL color Cylindrical-coordinate representation of color #23C747: hue angle of 133.17º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C747 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 199 | 71 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.22 |
| HSL | 133.17º | 0.7% | 0.46% | - |
| HSV(B) | 133.17º | 0.82% | 0.78% | - |
| XYZ | 22.25 | 41.66 | 12.83 | - |
| YUV | 135.37 | 91.67 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 199 | 71 | 0.82 | 0 | 0.64 | 0.22 | 133.17 | 0.7 | 0.46 |
| Hex | 23 | C7 | 47 | 52 | 0 | 40 | 16 | 85 | 46 | 2E |
| Octal | 43 | 307 | 107 | 122 | 0 | 100 | 26 | 205 | 106 | 56 |
| Binary | 100011 | 11000111 | 1000111 | 1010010 | 0 | 1000000 | 10110 | 10000101 | 1000110 | 101110 |
Color Harmonies of #23C747
Complementary color
Monochromatic Colors of #23C747
Black with #23C747
Text Example
Text Example
White with #23C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C747; }
p { color: rgb(35,199,71); }
H1.HeaderClassName
{
color: #23C747;
}
.AnyTagClassName
{
color: #23C747;
}
</style>
background-color css
<style>
a { background-color: #23C747; }
a { background-color: rgb(35,199,71); }
div.DivClassName
{
background-color: #23C747;
}
.BgClassName
{
background-color: #23C747;
}
</style>
border-color css
<style>
span { border-color: #23C747; }
span { border-color: rgb(35,199,71); }
td.TdClassName
{
border-color: #23C747;
}
.TagClassName
{
border-color: #23C747;
}
</style>