Shades of Lime Green #1CC12D
Tints of Lime Green #1CC12D
RGB
CMYK
RGB Variations
Color information
#1CC12D (or 0x1CC12D) is known color: Lime Green. HEX triplet: 1C, C1 and 2D. RGB value is (28,193,45). Sum of RGB (Red+Green+Blue) = 28+193+45=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC12D is #E33ED2. Grayscale: #7F7F7F. Windows color (decimal): -14892755 or 2998556. OLE color: 2998556.
HSL color Cylindrical-coordinate representation of color #1CC12D: hue angle of 126.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC12D is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 45 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.24 |
| HSL | 126.18º | 0.75% | 0.43% | - |
| HSV(B) | 126.18º | 0.85% | 0.76% | - |
| XYZ | 20.02 | 38.58 | 8.87 | - |
| YUV | 126.79 | 81.84 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 45 | 0.85 | 0 | 0.77 | 0.24 | 126.18 | 0.75 | 0.43 |
| Hex | 1C | C1 | 2D | 55 | 0 | 4D | 18 | 7E | 4B | 2B |
| Octal | 34 | 301 | 55 | 125 | 0 | 115 | 30 | 176 | 113 | 53 |
| Binary | 11100 | 11000001 | 101101 | 1010101 | 0 | 1001101 | 11000 | 1111110 | 1001011 | 101011 |
Color Harmonies of #1CC12D
Complementary color
Monochromatic Colors of #1CC12D
Black with #1CC12D
Text Example
Text Example
White with #1CC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC12D; }
p { color: rgb(28,193,45); }
H1.HeaderClassName
{
color: #1CC12D;
}
.AnyTagClassName
{
color: #1CC12D;
}
</style>
background-color css
<style>
a { background-color: #1CC12D; }
a { background-color: rgb(28,193,45); }
div.DivClassName
{
background-color: #1CC12D;
}
.BgClassName
{
background-color: #1CC12D;
}
</style>
border-color css
<style>
span { border-color: #1CC12D; }
span { border-color: rgb(28,193,45); }
td.TdClassName
{
border-color: #1CC12D;
}
.TagClassName
{
border-color: #1CC12D;
}
</style>