Shades of Lime Green #23C711
Tints of Lime Green #23C711
RGB
CMYK
RGB Variations
Color information
#23C711 (or 0x23C711) is known color: Lime Green. HEX triplet: 23, C7 and 11. RGB value is (35,199,17). Sum of RGB (Red+Green+Blue) = 35+199+17=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 199 (78.12% from 255 or 79.28% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 199 - color contains mainly: green. Hex color #23C711 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C711 is #DC38EE. Grayscale: #818181. Windows color (decimal): -14432495 or 1165091. OLE color: 1165091.
HSL color Cylindrical-coordinate representation of color #23C711: hue angle of 114.07º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23C711 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 199 | 17 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.22 |
| HSL | 114.07º | 0.84% | 0.42% | - |
| HSV(B) | 114.07º | 0.91% | 0.78% | - |
| XYZ | 21.22 | 41.24 | 7.37 | - |
| YUV | 129.22 | 64.67 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 199 | 17 | 0.82 | 0 | 0.91 | 0.22 | 114.07 | 0.84 | 0.42 |
| Hex | 23 | C7 | 11 | 52 | 0 | 5B | 16 | 72 | 54 | 2A |
| Octal | 43 | 307 | 21 | 122 | 0 | 133 | 26 | 162 | 124 | 52 |
| Binary | 100011 | 11000111 | 10001 | 1010010 | 0 | 1011011 | 10110 | 1110010 | 1010100 | 101010 |
Color Harmonies of #23C711
Complementary color
Monochromatic Colors of #23C711
Black with #23C711
Text Example
Text Example
White with #23C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C711; }
p { color: rgb(35,199,17); }
H1.HeaderClassName
{
color: #23C711;
}
.AnyTagClassName
{
color: #23C711;
}
</style>
background-color css
<style>
a { background-color: #23C711; }
a { background-color: rgb(35,199,17); }
div.DivClassName
{
background-color: #23C711;
}
.BgClassName
{
background-color: #23C711;
}
</style>
border-color css
<style>
span { border-color: #23C711; }
span { border-color: rgb(35,199,17); }
td.TdClassName
{
border-color: #23C711;
}
.TagClassName
{
border-color: #23C711;
}
</style>