Shades of Lime Green #1CC42B
Tints of Lime Green #1CC42B
RGB
CMYK
RGB Variations
Color information
#1CC42B (or 0x1CC42B) is known color: Lime Green. HEX triplet: 1C, C4 and 2B. RGB value is (28,196,43). Sum of RGB (Red+Green+Blue) = 28+196+43=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 196 (76.95% from 255 or 73.41% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC42B is #E33BD4. Grayscale: #808080. Windows color (decimal): -14891989 or 2868252. OLE color: 2868252.
HSL color Cylindrical-coordinate representation of color #1CC42B: hue angle of 125.36º 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 #1CC42B is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 43 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.23 |
| HSL | 125.36º | 0.75% | 0.44% | - |
| HSV(B) | 125.36º | 0.86% | 0.77% | - |
| XYZ | 20.65 | 39.9 | 8.9 | - |
| YUV | 128.33 | 79.84 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 43 | 0.86 | 0 | 0.78 | 0.23 | 125.36 | 0.75 | 0.44 |
| Hex | 1C | C4 | 2B | 56 | 0 | 4E | 17 | 7D | 4B | 2C |
| Octal | 34 | 304 | 53 | 126 | 0 | 116 | 27 | 175 | 113 | 54 |
| Binary | 11100 | 11000100 | 101011 | 1010110 | 0 | 1001110 | 10111 | 1111101 | 1001011 | 101100 |
Color Harmonies of #1CC42B
Complementary color
Monochromatic Colors of #1CC42B
Black with #1CC42B
Text Example
Text Example
White with #1CC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC42B; }
p { color: rgb(28,196,43); }
H1.HeaderClassName
{
color: #1CC42B;
}
.AnyTagClassName
{
color: #1CC42B;
}
</style>
background-color css
<style>
a { background-color: #1CC42B; }
a { background-color: rgb(28,196,43); }
div.DivClassName
{
background-color: #1CC42B;
}
.BgClassName
{
background-color: #1CC42B;
}
</style>
border-color css
<style>
span { border-color: #1CC42B; }
span { border-color: rgb(28,196,43); }
td.TdClassName
{
border-color: #1CC42B;
}
.TagClassName
{
border-color: #1CC42B;
}
</style>