Shades of Lime Green #1CC617
Tints of Lime Green #1CC617
RGB
CMYK
RGB Variations
Color information
#1CC617 (or 0x1CC617) is known color: Lime Green. HEX triplet: 1C, C6 and 17. RGB value is (28,198,23). Sum of RGB (Red+Green+Blue) = 28+198+23=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 198 (77.73% from 255 or 79.52% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC617 is #E339E8. Grayscale: #7F7F7F. Windows color (decimal): -14891497 or 1558044. OLE color: 1558044.
HSL color Cylindrical-coordinate representation of color #1CC617: hue angle of 118.29º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC617 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 23 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.22 |
| HSL | 118.29º | 0.79% | 0.43% | - |
| HSV(B) | 118.29º | 0.88% | 0.78% | - |
| XYZ | 20.83 | 40.7 | 7.57 | - |
| YUV | 127.22 | 69.18 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 23 | 0.86 | 0 | 0.88 | 0.22 | 118.29 | 0.79 | 0.43 |
| Hex | 1C | C6 | 17 | 56 | 0 | 58 | 16 | 76 | 4F | 2B |
| Octal | 34 | 306 | 27 | 126 | 0 | 130 | 26 | 166 | 117 | 53 |
| Binary | 11100 | 11000110 | 10111 | 1010110 | 0 | 1011000 | 10110 | 1110110 | 1001111 | 101011 |
Color Harmonies of #1CC617
Complementary color
Monochromatic Colors of #1CC617
Black with #1CC617
Text Example
Text Example
White with #1CC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC617; }
p { color: rgb(28,198,23); }
H1.HeaderClassName
{
color: #1CC617;
}
.AnyTagClassName
{
color: #1CC617;
}
</style>
background-color css
<style>
a { background-color: #1CC617; }
a { background-color: rgb(28,198,23); }
div.DivClassName
{
background-color: #1CC617;
}
.BgClassName
{
background-color: #1CC617;
}
</style>
border-color css
<style>
span { border-color: #1CC617; }
span { border-color: rgb(28,198,23); }
td.TdClassName
{
border-color: #1CC617;
}
.TagClassName
{
border-color: #1CC617;
}
</style>