Shades of Lime Green #1CC42D
Tints of Lime Green #1CC42D
RGB
CMYK
RGB Variations
Color information
#1CC42D (or 0x1CC42D) is known color: Lime Green. HEX triplet: 1C, C4 and 2D. RGB value is (28,196,45). Sum of RGB (Red+Green+Blue) = 28+196+45=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 196 (76.95% from 255 or 72.86% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC42D is #E33BD2. Grayscale: #808080. Windows color (decimal): -14891987 or 2999324. OLE color: 2999324.
HSL color Cylindrical-coordinate representation of color #1CC42D: hue angle of 126.07º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC42D is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 45 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.23 |
| HSL | 126.07º | 0.75% | 0.44% | - |
| HSV(B) | 126.07º | 0.86% | 0.77% | - |
| XYZ | 20.69 | 39.92 | 9.1 | - |
| YUV | 128.55 | 80.84 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 45 | 0.86 | 0 | 0.77 | 0.23 | 126.07 | 0.75 | 0.44 |
| Hex | 1C | C4 | 2D | 56 | 0 | 4D | 17 | 7E | 4B | 2C |
| Octal | 34 | 304 | 55 | 126 | 0 | 115 | 27 | 176 | 113 | 54 |
| Binary | 11100 | 11000100 | 101101 | 1010110 | 0 | 1001101 | 10111 | 1111110 | 1001011 | 101100 |
Color Harmonies of #1CC42D
Complementary color
Monochromatic Colors of #1CC42D
Black with #1CC42D
Text Example
Text Example
White with #1CC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC42D; }
p { color: rgb(28,196,45); }
H1.HeaderClassName
{
color: #1CC42D;
}
.AnyTagClassName
{
color: #1CC42D;
}
</style>
background-color css
<style>
a { background-color: #1CC42D; }
a { background-color: rgb(28,196,45); }
div.DivClassName
{
background-color: #1CC42D;
}
.BgClassName
{
background-color: #1CC42D;
}
</style>
border-color css
<style>
span { border-color: #1CC42D; }
span { border-color: rgb(28,196,45); }
td.TdClassName
{
border-color: #1CC42D;
}
.TagClassName
{
border-color: #1CC42D;
}
</style>