Shades of Lime Green #23C53F
Tints of Lime Green #23C53F
RGB
CMYK
RGB Variations
Color information
#23C53F (or 0x23C53F) is known color: Lime Green. HEX triplet: 23, C5 and 3F. RGB value is (35,197,63). Sum of RGB (Red+Green+Blue) = 35+197+63=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #23C53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C53F is #DC3AC0. Grayscale: #858585. Windows color (decimal): -14432961 or 4179235. OLE color: 4179235.
HSL color Cylindrical-coordinate representation of color #23C53F: hue angle of 130.37º 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 #23C53F is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 197 | 63 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.23 |
| HSL | 130.37º | 0.7% | 0.45% | - |
| HSV(B) | 130.37º | 0.82% | 0.77% | - |
| XYZ | 21.56 | 40.65 | 11.41 | - |
| YUV | 133.29 | 88.33 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 197 | 63 | 0.82 | 0 | 0.68 | 0.23 | 130.37 | 0.7 | 0.45 |
| Hex | 23 | C5 | 3F | 52 | 0 | 44 | 17 | 82 | 46 | 2D |
| Octal | 43 | 305 | 77 | 122 | 0 | 104 | 27 | 202 | 106 | 55 |
| Binary | 100011 | 11000101 | 111111 | 1010010 | 0 | 1000100 | 10111 | 10000010 | 1000110 | 101101 |
Color Harmonies of #23C53F
Complementary color
Monochromatic Colors of #23C53F
Black with #23C53F
Text Example
Text Example
White with #23C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C53F; }
p { color: rgb(35,197,63); }
H1.HeaderClassName
{
color: #23C53F;
}
.AnyTagClassName
{
color: #23C53F;
}
</style>
background-color css
<style>
a { background-color: #23C53F; }
a { background-color: rgb(35,197,63); }
div.DivClassName
{
background-color: #23C53F;
}
.BgClassName
{
background-color: #23C53F;
}
</style>
border-color css
<style>
span { border-color: #23C53F; }
span { border-color: rgb(35,197,63); }
td.TdClassName
{
border-color: #23C53F;
}
.TagClassName
{
border-color: #23C53F;
}
</style>