Shades of Lime Green #23C50F
Tints of Lime Green #23C50F
RGB
CMYK
RGB Variations
Color information
#23C50F (or 0x23C50F) is known color: Lime Green. HEX triplet: 23, C5 and 0F. RGB value is (35,197,15). Sum of RGB (Red+Green+Blue) = 35+197+15=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #23C50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C50F is #DC3AF0. Grayscale: #808080. Windows color (decimal): -14433009 or 1033507. OLE color: 1033507.
HSL color Cylindrical-coordinate representation of color #23C50F: hue angle of 113.41º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23C50F is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 197 | 15 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.23 |
| HSL | 113.41º | 0.86% | 0.42% | - |
| HSV(B) | 113.41º | 0.92% | 0.77% | - |
| XYZ | 20.75 | 40.32 | 7.14 | - |
| YUV | 127.81 | 64.33 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 197 | 15 | 0.82 | 0 | 0.92 | 0.23 | 113.41 | 0.86 | 0.42 |
| Hex | 23 | C5 | F | 52 | 0 | 5C | 17 | 71 | 56 | 2A |
| Octal | 43 | 305 | 17 | 122 | 0 | 134 | 27 | 161 | 126 | 52 |
| Binary | 100011 | 11000101 | 1111 | 1010010 | 0 | 1011100 | 10111 | 1110001 | 1010110 | 101010 |
Color Harmonies of #23C50F
Complementary color
Monochromatic Colors of #23C50F
Black with #23C50F
Text Example
Text Example
White with #23C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C50F; }
p { color: rgb(35,197,15); }
H1.HeaderClassName
{
color: #23C50F;
}
.AnyTagClassName
{
color: #23C50F;
}
</style>
background-color css
<style>
a { background-color: #23C50F; }
a { background-color: rgb(35,197,15); }
div.DivClassName
{
background-color: #23C50F;
}
.BgClassName
{
background-color: #23C50F;
}
</style>
border-color css
<style>
span { border-color: #23C50F; }
span { border-color: rgb(35,197,15); }
td.TdClassName
{
border-color: #23C50F;
}
.TagClassName
{
border-color: #23C50F;
}
</style>