Shades of Lime Green #17CF20
Tints of Lime Green #17CF20
RGB
CMYK
RGB Variations
Color information
#17CF20 (or 0x17CF20) is known color: Lime Green. HEX triplet: 17, CF and 20. RGB value is (23,207,32). Sum of RGB (Red+Green+Blue) = 23+207+32=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 207 (81.25% from 255 or 79.01% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 207 - color contains mainly: green. Hex color #17CF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CF20 is #E830DF. Grayscale: #848484. Windows color (decimal): -15216864 or 2150167. OLE color: 2150167.
HSL color Cylindrical-coordinate representation of color #17CF20: hue angle of 122.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CF20 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 207 | 32 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.19 |
| HSL | 122.93º | 0.8% | 0.45% | - |
| HSV(B) | 122.93º | 0.89% | 0.81% | - |
| XYZ | 22.93 | 44.91 | 8.83 | - |
| YUV | 132.03 | 71.54 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 32 | 0.89 | 0 | 0.85 | 0.19 | 122.93 | 0.8 | 0.45 |
| Hex | 17 | CF | 20 | 59 | 0 | 55 | 13 | 7B | 50 | 2D |
| Octal | 27 | 317 | 40 | 131 | 0 | 125 | 23 | 173 | 120 | 55 |
| Binary | 10111 | 11001111 | 100000 | 1011001 | 0 | 1010101 | 10011 | 1111011 | 1010000 | 101101 |
Color Harmonies of #17CF20
Complementary color
Monochromatic Colors of #17CF20
Black with #17CF20
Text Example
Text Example
White with #17CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CF20; }
p { color: rgb(23,207,32); }
H1.HeaderClassName
{
color: #17CF20;
}
.AnyTagClassName
{
color: #17CF20;
}
</style>
background-color css
<style>
a { background-color: #17CF20; }
a { background-color: rgb(23,207,32); }
div.DivClassName
{
background-color: #17CF20;
}
.BgClassName
{
background-color: #17CF20;
}
</style>
border-color css
<style>
span { border-color: #17CF20; }
span { border-color: rgb(23,207,32); }
td.TdClassName
{
border-color: #17CF20;
}
.TagClassName
{
border-color: #17CF20;
}
</style>