Shades of Lime Green #17DF2A
Tints of Lime Green #17DF2A
RGB
CMYK
RGB Variations
Color information
#17DF2A (or 0x17DF2A) is known color: Lime Green. HEX triplet: 17, DF and 2A. RGB value is (23,223,42). Sum of RGB (Red+Green+Blue) = 23+223+42=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 223 (87.5% from 255 or 77.43% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 223 - color contains mainly: green. Hex color #17DF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17DF2A is #E820D5. Grayscale: #8F8F8F. Windows color (decimal): -15212758 or 2809623. OLE color: 2809623.
HSL color Cylindrical-coordinate representation of color #17DF2A: hue angle of 125.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DF2A is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 223 | 42 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.13 |
| HSL | 125.7º | 0.81% | 0.48% | - |
| HSV(B) | 125.7º | 0.9% | 0.87% | - |
| XYZ | 27.16 | 53.12 | 11.01 | - |
| YUV | 142.57 | 71.24 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 42 | 0.90 | 0 | 0.81 | 0.13 | 125.7 | 0.81 | 0.48 |
| Hex | 17 | DF | 2A | 5A | 0 | 51 | D | 7E | 51 | 30 |
| Octal | 27 | 337 | 52 | 132 | 0 | 121 | 15 | 176 | 121 | 60 |
| Binary | 10111 | 11011111 | 101010 | 1011010 | 0 | 1010001 | 1101 | 1111110 | 1010001 | 110000 |
Color Harmonies of #17DF2A
Complementary color
Monochromatic Colors of #17DF2A
Black with #17DF2A
Text Example
Text Example
White with #17DF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DF2A; }
p { color: rgb(23,223,42); }
H1.HeaderClassName
{
color: #17DF2A;
}
.AnyTagClassName
{
color: #17DF2A;
}
</style>
background-color css
<style>
a { background-color: #17DF2A; }
a { background-color: rgb(23,223,42); }
div.DivClassName
{
background-color: #17DF2A;
}
.BgClassName
{
background-color: #17DF2A;
}
</style>
border-color css
<style>
span { border-color: #17DF2A; }
span { border-color: rgb(23,223,42); }
td.TdClassName
{
border-color: #17DF2A;
}
.TagClassName
{
border-color: #17DF2A;
}
</style>