Shades of Lime Green #1CC615
Tints of Lime Green #1CC615
RGB
CMYK
RGB Variations
Color information
#1CC615 (or 0x1CC615) is known color: Lime Green. HEX triplet: 1C, C6 and 15. RGB value is (28,198,21). Sum of RGB (Red+Green+Blue) = 28+198+21=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 198 (77.73% from 255 or 80.16% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC615 is #E339EA. Grayscale: #7F7F7F. Windows color (decimal): -14891499 or 1426972. OLE color: 1426972.
HSL color Cylindrical-coordinate representation of color #1CC615: hue angle of 117.63º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CC615 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 21 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.22 |
| HSL | 117.63º | 0.81% | 0.43% | - |
| HSV(B) | 117.63º | 0.89% | 0.78% | - |
| XYZ | 20.81 | 40.69 | 7.47 | - |
| YUV | 126.99 | 68.18 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 21 | 0.86 | 0 | 0.89 | 0.22 | 117.63 | 0.81 | 0.43 |
| Hex | 1C | C6 | 15 | 56 | 0 | 59 | 16 | 76 | 51 | 2B |
| Octal | 34 | 306 | 25 | 126 | 0 | 131 | 26 | 166 | 121 | 53 |
| Binary | 11100 | 11000110 | 10101 | 1010110 | 0 | 1011001 | 10110 | 1110110 | 1010001 | 101011 |
Color Harmonies of #1CC615
Complementary color
Monochromatic Colors of #1CC615
Black with #1CC615
Text Example
Text Example
White with #1CC615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC615; }
p { color: rgb(28,198,21); }
H1.HeaderClassName
{
color: #1CC615;
}
.AnyTagClassName
{
color: #1CC615;
}
</style>
background-color css
<style>
a { background-color: #1CC615; }
a { background-color: rgb(28,198,21); }
div.DivClassName
{
background-color: #1CC615;
}
.BgClassName
{
background-color: #1CC615;
}
</style>
border-color css
<style>
span { border-color: #1CC615; }
span { border-color: rgb(28,198,21); }
td.TdClassName
{
border-color: #1CC615;
}
.TagClassName
{
border-color: #1CC615;
}
</style>