Shades of Lime Green #17E132
Tints of Lime Green #17E132
RGB
CMYK
RGB Variations
Color information
#17E132 (or 0x17E132) is known color: Lime Green. HEX triplet: 17, E1 and 32. RGB value is (23,225,50). Sum of RGB (Red+Green+Blue) = 23+225+50=298 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.72% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #17E132 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17E132 is #E81ECD. Grayscale: #919191. Windows color (decimal): -15212238 or 3334423. OLE color: 3334423.
HSL color Cylindrical-coordinate representation of color #17E132: hue angle of 128.02º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E132 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 225 | 50 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.12 |
| HSL | 128.02º | 0.81% | 0.49% | - |
| HSV(B) | 128.02º | 0.9% | 0.88% | - |
| XYZ | 27.85 | 54.26 | 12.02 | - |
| YUV | 144.65 | 74.58 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 225 | 50 | 0.90 | 0 | 0.78 | 0.12 | 128.02 | 0.81 | 0.49 |
| Hex | 17 | E1 | 32 | 5A | 0 | 4E | C | 80 | 51 | 31 |
| Octal | 27 | 341 | 62 | 132 | 0 | 116 | 14 | 200 | 121 | 61 |
| Binary | 10111 | 11100001 | 110010 | 1011010 | 0 | 1001110 | 1100 | 10000000 | 1010001 | 110001 |
Color Harmonies of #17E132
Complementary color
Monochromatic Colors of #17E132
Black with #17E132
Text Example
Text Example
White with #17E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E132; }
p { color: rgb(23,225,50); }
H1.HeaderClassName
{
color: #17E132;
}
.AnyTagClassName
{
color: #17E132;
}
</style>
background-color css
<style>
a { background-color: #17E132; }
a { background-color: rgb(23,225,50); }
div.DivClassName
{
background-color: #17E132;
}
.BgClassName
{
background-color: #17E132;
}
</style>
border-color css
<style>
span { border-color: #17E132; }
span { border-color: rgb(23,225,50); }
td.TdClassName
{
border-color: #17E132;
}
.TagClassName
{
border-color: #17E132;
}
</style>