Shades of Lime Green #23C52F
Tints of Lime Green #23C52F
RGB
CMYK
RGB Variations
Color information
#23C52F (or 0x23C52F) is known color: Lime Green. HEX triplet: 23, C5 and 2F. RGB value is (35,197,47). Sum of RGB (Red+Green+Blue) = 35+197+47=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #23C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C52F is #DC3AD0. Grayscale: #838383. Windows color (decimal): -14432977 or 3130659. OLE color: 3130659.
HSL color Cylindrical-coordinate representation of color #23C52F: hue angle of 124.44º 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 #23C52F is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 197 | 47 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.23 |
| HSL | 124.44º | 0.7% | 0.45% | - |
| HSV(B) | 124.44º | 0.82% | 0.77% | - |
| XYZ | 21.17 | 40.5 | 9.39 | - |
| YUV | 131.46 | 80.33 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 197 | 47 | 0.82 | 0 | 0.76 | 0.23 | 124.44 | 0.7 | 0.45 |
| Hex | 23 | C5 | 2F | 52 | 0 | 4C | 17 | 7C | 46 | 2D |
| Octal | 43 | 305 | 57 | 122 | 0 | 114 | 27 | 174 | 106 | 55 |
| Binary | 100011 | 11000101 | 101111 | 1010010 | 0 | 1001100 | 10111 | 1111100 | 1000110 | 101101 |
Color Harmonies of #23C52F
Complementary color
Monochromatic Colors of #23C52F
Black with #23C52F
Text Example
Text Example
White with #23C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C52F; }
p { color: rgb(35,197,47); }
H1.HeaderClassName
{
color: #23C52F;
}
.AnyTagClassName
{
color: #23C52F;
}
</style>
background-color css
<style>
a { background-color: #23C52F; }
a { background-color: rgb(35,197,47); }
div.DivClassName
{
background-color: #23C52F;
}
.BgClassName
{
background-color: #23C52F;
}
</style>
border-color css
<style>
span { border-color: #23C52F; }
span { border-color: rgb(35,197,47); }
td.TdClassName
{
border-color: #23C52F;
}
.TagClassName
{
border-color: #23C52F;
}
</style>