Shades of Lime Green #1CC90E
Tints of Lime Green #1CC90E
RGB
CMYK
RGB Variations
Color information
#1CC90E (or 0x1CC90E) is known color: Lime Green. HEX triplet: 1C, C9 and 0E. RGB value is (28,201,14). Sum of RGB (Red+Green+Blue) = 28+201+14=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 201 (78.91% from 255 or 82.72% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC90E is #E336F1. Grayscale: #808080. Windows color (decimal): -14890738 or 968988. OLE color: 968988.
HSL color Cylindrical-coordinate representation of color #1CC90E: hue angle of 115.51º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CC90E is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 14 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.21 |
| HSL | 115.51º | 0.87% | 0.42% | - |
| HSV(B) | 115.51º | 0.93% | 0.79% | - |
| XYZ | 21.44 | 42.05 | 7.4 | - |
| YUV | 127.96 | 63.69 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 14 | 0.86 | 0 | 0.93 | 0.21 | 115.51 | 0.87 | 0.42 |
| Hex | 1C | C9 | E | 56 | 0 | 5D | 15 | 74 | 57 | 2A |
| Octal | 34 | 311 | 16 | 126 | 0 | 135 | 25 | 164 | 127 | 52 |
| Binary | 11100 | 11001001 | 1110 | 1010110 | 0 | 1011101 | 10101 | 1110100 | 1010111 | 101010 |
Color Harmonies of #1CC90E
Complementary color
Monochromatic Colors of #1CC90E
Black with #1CC90E
Text Example
Text Example
White with #1CC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC90E; }
p { color: rgb(28,201,14); }
H1.HeaderClassName
{
color: #1CC90E;
}
.AnyTagClassName
{
color: #1CC90E;
}
</style>
background-color css
<style>
a { background-color: #1CC90E; }
a { background-color: rgb(28,201,14); }
div.DivClassName
{
background-color: #1CC90E;
}
.BgClassName
{
background-color: #1CC90E;
}
</style>
border-color css
<style>
span { border-color: #1CC90E; }
span { border-color: rgb(28,201,14); }
td.TdClassName
{
border-color: #1CC90E;
}
.TagClassName
{
border-color: #1CC90E;
}
</style>