Shades of Lime Green #1CC42F
Tints of Lime Green #1CC42F
RGB
CMYK
RGB Variations
Color information
#1CC42F (or 0x1CC42F) is known color: Lime Green. HEX triplet: 1C, C4 and 2F. RGB value is (28,196,47). Sum of RGB (Red+Green+Blue) = 28+196+47=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 196 (76.95% from 255 or 72.32% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC42F is #E33BD0. Grayscale: #818181. Windows color (decimal): -14891985 or 3130396. OLE color: 3130396.
HSL color Cylindrical-coordinate representation of color #1CC42F: hue angle of 126.79º 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 #1CC42F is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 47 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.23 |
| HSL | 126.79º | 0.75% | 0.44% | - |
| HSV(B) | 126.79º | 0.86% | 0.77% | - |
| XYZ | 20.73 | 39.93 | 9.3 | - |
| YUV | 128.78 | 81.84 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 47 | 0.86 | 0 | 0.76 | 0.23 | 126.79 | 0.75 | 0.44 |
| Hex | 1C | C4 | 2F | 56 | 0 | 4C | 17 | 7F | 4B | 2C |
| Octal | 34 | 304 | 57 | 126 | 0 | 114 | 27 | 177 | 113 | 54 |
| Binary | 11100 | 11000100 | 101111 | 1010110 | 0 | 1001100 | 10111 | 1111111 | 1001011 | 101100 |
Color Harmonies of #1CC42F
Complementary color
Monochromatic Colors of #1CC42F
Black with #1CC42F
Text Example
Text Example
White with #1CC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC42F; }
p { color: rgb(28,196,47); }
H1.HeaderClassName
{
color: #1CC42F;
}
.AnyTagClassName
{
color: #1CC42F;
}
</style>
background-color css
<style>
a { background-color: #1CC42F; }
a { background-color: rgb(28,196,47); }
div.DivClassName
{
background-color: #1CC42F;
}
.BgClassName
{
background-color: #1CC42F;
}
</style>
border-color css
<style>
span { border-color: #1CC42F; }
span { border-color: rgb(28,196,47); }
td.TdClassName
{
border-color: #1CC42F;
}
.TagClassName
{
border-color: #1CC42F;
}
</style>