Shades of Lime Green #1CB82C
Tints of Lime Green #1CB82C
RGB
CMYK
RGB Variations
Color information
#1CB82C (or 0x1CB82C) is known color: Lime Green. HEX triplet: 1C, B8 and 2C. RGB value is (28,184,44). Sum of RGB (Red+Green+Blue) = 28+184+44=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 184 (72.27% from 255 or 71.88% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB82C is #E347D3. Grayscale: #797979. Windows color (decimal): -14895060 or 2930716. OLE color: 2930716.
HSL color Cylindrical-coordinate representation of color #1CB82C: hue angle of 126.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB82C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 184 | 44 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.28 |
| HSL | 126.15º | 0.74% | 0.42% | - |
| HSV(B) | 126.15º | 0.85% | 0.72% | - |
| XYZ | 18.07 | 34.71 | 8.13 | - |
| YUV | 121.4 | 84.32 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 184 | 44 | 0.85 | 0 | 0.76 | 0.28 | 126.15 | 0.74 | 0.42 |
| Hex | 1C | B8 | 2C | 55 | 0 | 4C | 1C | 7E | 4A | 2A |
| Octal | 34 | 270 | 54 | 125 | 0 | 114 | 34 | 176 | 112 | 52 |
| Binary | 11100 | 10111000 | 101100 | 1010101 | 0 | 1001100 | 11100 | 1111110 | 1001010 | 101010 |
Color Harmonies of #1CB82C
Complementary color
Monochromatic Colors of #1CB82C
Black with #1CB82C
Text Example
Text Example
White with #1CB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB82C; }
p { color: rgb(28,184,44); }
H1.HeaderClassName
{
color: #1CB82C;
}
.AnyTagClassName
{
color: #1CB82C;
}
</style>
background-color css
<style>
a { background-color: #1CB82C; }
a { background-color: rgb(28,184,44); }
div.DivClassName
{
background-color: #1CB82C;
}
.BgClassName
{
background-color: #1CB82C;
}
</style>
border-color css
<style>
span { border-color: #1CB82C; }
span { border-color: rgb(28,184,44); }
td.TdClassName
{
border-color: #1CB82C;
}
.TagClassName
{
border-color: #1CB82C;
}
</style>