Shades of Lime Green #23C10A
Tints of Lime Green #23C10A
RGB
CMYK
RGB Variations
Color information
#23C10A (or 0x23C10A) is known color: Lime Green. HEX triplet: 23, C1 and 0A. RGB value is (35,193,10). Sum of RGB (Red+Green+Blue) = 35+193+10=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 193 (75.78% from 255 or 81.09% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 193 - color contains mainly: green. Hex color #23C10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C10A is #DC3EF5. Grayscale: #7D7D7D. Windows color (decimal): -14434038 or 704803. OLE color: 704803.
HSL color Cylindrical-coordinate representation of color #23C10A: hue angle of 111.8º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23C10A is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 193 | 10 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.24 |
| HSL | 111.8º | 0.9% | 0.4% | - |
| HSV(B) | 111.8º | 0.95% | 0.76% | - |
| XYZ | 19.82 | 38.52 | 6.68 | - |
| YUV | 124.9 | 63.15 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 193 | 10 | 0.82 | 0 | 0.95 | 0.24 | 111.8 | 0.9 | 0.4 |
| Hex | 23 | C1 | A | 52 | 0 | 5F | 18 | 70 | 5A | 28 |
| Octal | 43 | 301 | 12 | 122 | 0 | 137 | 30 | 160 | 132 | 50 |
| Binary | 100011 | 11000001 | 1010 | 1010010 | 0 | 1011111 | 11000 | 1110000 | 1011010 | 101000 |
Color Harmonies of #23C10A
Complementary color
Monochromatic Colors of #23C10A
Black with #23C10A
Text Example
Text Example
White with #23C10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C10A; }
p { color: rgb(35,193,10); }
H1.HeaderClassName
{
color: #23C10A;
}
.AnyTagClassName
{
color: #23C10A;
}
</style>
background-color css
<style>
a { background-color: #23C10A; }
a { background-color: rgb(35,193,10); }
div.DivClassName
{
background-color: #23C10A;
}
.BgClassName
{
background-color: #23C10A;
}
</style>
border-color css
<style>
span { border-color: #23C10A; }
span { border-color: rgb(35,193,10); }
td.TdClassName
{
border-color: #23C10A;
}
.TagClassName
{
border-color: #23C10A;
}
</style>