Shades of Lime Green #17CA0C
Tints of Lime Green #17CA0C
RGB
CMYK
RGB Variations
Color information
#17CA0C (or 0x17CA0C) is known color: Lime Green. HEX triplet: 17, CA and 0C. RGB value is (23,202,12). Sum of RGB (Red+Green+Blue) = 23+202+12=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 202 (79.30% from 255 or 85.23% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 202 - color contains mainly: green. Hex color #17CA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17CA0C is #E835F3. Grayscale: #7F7F7F. Windows color (decimal): -15218164 or 838167. OLE color: 838167.
HSL color Cylindrical-coordinate representation of color #17CA0C: hue angle of 116.53º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17CA0C is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 202 | 12 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.21 |
| HSL | 116.53º | 0.89% | 0.42% | - |
| HSV(B) | 116.53º | 0.94% | 0.79% | - |
| XYZ | 21.54 | 42.45 | 7.41 | - |
| YUV | 126.82 | 63.2 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 202 | 12 | 0.89 | 0 | 0.94 | 0.21 | 116.53 | 0.89 | 0.42 |
| Hex | 17 | CA | C | 59 | 0 | 5E | 15 | 75 | 59 | 2A |
| Octal | 27 | 312 | 14 | 131 | 0 | 136 | 25 | 165 | 131 | 52 |
| Binary | 10111 | 11001010 | 1100 | 1011001 | 0 | 1011110 | 10101 | 1110101 | 1011001 | 101010 |
Color Harmonies of #17CA0C
Complementary color
Monochromatic Colors of #17CA0C
Black with #17CA0C
Text Example
Text Example
White with #17CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CA0C; }
p { color: rgb(23,202,12); }
H1.HeaderClassName
{
color: #17CA0C;
}
.AnyTagClassName
{
color: #17CA0C;
}
</style>
background-color css
<style>
a { background-color: #17CA0C; }
a { background-color: rgb(23,202,12); }
div.DivClassName
{
background-color: #17CA0C;
}
.BgClassName
{
background-color: #17CA0C;
}
</style>
border-color css
<style>
span { border-color: #17CA0C; }
span { border-color: rgb(23,202,12); }
td.TdClassName
{
border-color: #17CA0C;
}
.TagClassName
{
border-color: #17CA0C;
}
</style>