Shades of Lime Green #17C40B
Tints of Lime Green #17C40B
RGB
CMYK
RGB Variations
Color information
#17C40B (or 0x17C40B) is known color: Lime Green. HEX triplet: 17, C4 and 0B. RGB value is (23,196,11). Sum of RGB (Red+Green+Blue) = 23+196+11=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 196 (76.95% from 255 or 85.22% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 196 - color contains mainly: green. Hex color #17C40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17C40B is #E83BF4. Grayscale: #7B7B7B. Windows color (decimal): -15219701 or 771095. OLE color: 771095.
HSL color Cylindrical-coordinate representation of color #17C40B: hue angle of 116.11º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17C40B is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 196 | 11 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.23 |
| HSL | 116.11º | 0.89% | 0.41% | - |
| HSV(B) | 116.11º | 0.94% | 0.77% | - |
| XYZ | 20.15 | 39.69 | 6.91 | - |
| YUV | 123.18 | 64.69 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 196 | 11 | 0.88 | 0 | 0.94 | 0.23 | 116.11 | 0.89 | 0.41 |
| Hex | 17 | C4 | B | 58 | 0 | 5E | 17 | 74 | 59 | 29 |
| Octal | 27 | 304 | 13 | 130 | 0 | 136 | 27 | 164 | 131 | 51 |
| Binary | 10111 | 11000100 | 1011 | 1011000 | 0 | 1011110 | 10111 | 1110100 | 1011001 | 101001 |
Color Harmonies of #17C40B
Complementary color
Monochromatic Colors of #17C40B
Black with #17C40B
Text Example
Text Example
White with #17C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C40B; }
p { color: rgb(23,196,11); }
H1.HeaderClassName
{
color: #17C40B;
}
.AnyTagClassName
{
color: #17C40B;
}
</style>
background-color css
<style>
a { background-color: #17C40B; }
a { background-color: rgb(23,196,11); }
div.DivClassName
{
background-color: #17C40B;
}
.BgClassName
{
background-color: #17C40B;
}
</style>
border-color css
<style>
span { border-color: #17C40B; }
span { border-color: rgb(23,196,11); }
td.TdClassName
{
border-color: #17C40B;
}
.TagClassName
{
border-color: #17C40B;
}
</style>