Shades of Lime Green #17CC2A
Tints of Lime Green #17CC2A
RGB
CMYK
RGB Variations
Color information
#17CC2A (or 0x17CC2A) is known color: Lime Green. HEX triplet: 17, CC and 2A. RGB value is (23,204,42). Sum of RGB (Red+Green+Blue) = 23+204+42=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 204 (80.08% from 255 or 75.84% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 204 - color contains mainly: green. Hex color #17CC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CC2A is #E833D5. Grayscale: #838383. Windows color (decimal): -15217622 or 2804759. OLE color: 2804759.
HSL color Cylindrical-coordinate representation of color #17CC2A: hue angle of 126.3º 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 #17CC2A is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 204 | 42 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.2 |
| HSL | 126.3º | 0.8% | 0.45% | - |
| HSV(B) | 126.3º | 0.89% | 0.8% | - |
| XYZ | 22.36 | 43.54 | 9.41 | - |
| YUV | 131.41 | 77.53 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 42 | 0.89 | 0 | 0.79 | 0.2 | 126.3 | 0.8 | 0.45 |
| Hex | 17 | CC | 2A | 59 | 0 | 4F | 14 | 7E | 50 | 2D |
| Octal | 27 | 314 | 52 | 131 | 0 | 117 | 24 | 176 | 120 | 55 |
| Binary | 10111 | 11001100 | 101010 | 1011001 | 0 | 1001111 | 10100 | 1111110 | 1010000 | 101101 |
Color Harmonies of #17CC2A
Complementary color
Monochromatic Colors of #17CC2A
Black with #17CC2A
Text Example
Text Example
White with #17CC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CC2A; }
p { color: rgb(23,204,42); }
H1.HeaderClassName
{
color: #17CC2A;
}
.AnyTagClassName
{
color: #17CC2A;
}
</style>
background-color css
<style>
a { background-color: #17CC2A; }
a { background-color: rgb(23,204,42); }
div.DivClassName
{
background-color: #17CC2A;
}
.BgClassName
{
background-color: #17CC2A;
}
</style>
border-color css
<style>
span { border-color: #17CC2A; }
span { border-color: rgb(23,204,42); }
td.TdClassName
{
border-color: #17CC2A;
}
.TagClassName
{
border-color: #17CC2A;
}
</style>