Shades of Lime Green #17CC1F
Tints of Lime Green #17CC1F
RGB
CMYK
RGB Variations
Color information
#17CC1F (or 0x17CC1F) is known color: Lime Green. HEX triplet: 17, CC and 1F. RGB value is (23,204,31). Sum of RGB (Red+Green+Blue) = 23+204+31=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 204 (80.08% from 255 or 79.07% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 204 - color contains mainly: green. Hex color #17CC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CC1F is #E833E0. Grayscale: #828282. Windows color (decimal): -15217633 or 2083863. OLE color: 2083863.
HSL color Cylindrical-coordinate representation of color #17CC1F: hue angle of 122.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CC1F is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 204 | 31 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.2 |
| HSL | 122.65º | 0.8% | 0.45% | - |
| HSV(B) | 122.65º | 0.89% | 0.8% | - |
| XYZ | 22.19 | 43.47 | 8.52 | - |
| YUV | 130.16 | 72.03 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 31 | 0.89 | 0 | 0.85 | 0.2 | 122.65 | 0.8 | 0.45 |
| Hex | 17 | CC | 1F | 59 | 0 | 55 | 14 | 7B | 50 | 2D |
| Octal | 27 | 314 | 37 | 131 | 0 | 125 | 24 | 173 | 120 | 55 |
| Binary | 10111 | 11001100 | 11111 | 1011001 | 0 | 1010101 | 10100 | 1111011 | 1010000 | 101101 |
Color Harmonies of #17CC1F
Complementary color
Monochromatic Colors of #17CC1F
Black with #17CC1F
Text Example
Text Example
White with #17CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CC1F; }
p { color: rgb(23,204,31); }
H1.HeaderClassName
{
color: #17CC1F;
}
.AnyTagClassName
{
color: #17CC1F;
}
</style>
background-color css
<style>
a { background-color: #17CC1F; }
a { background-color: rgb(23,204,31); }
div.DivClassName
{
background-color: #17CC1F;
}
.BgClassName
{
background-color: #17CC1F;
}
</style>
border-color css
<style>
span { border-color: #17CC1F; }
span { border-color: rgb(23,204,31); }
td.TdClassName
{
border-color: #17CC1F;
}
.TagClassName
{
border-color: #17CC1F;
}
</style>