Shades of Lime Green #1CB82D
Tints of Lime Green #1CB82D
RGB
CMYK
RGB Variations
Color information
#1CB82D (or 0x1CB82D) is known color: Lime Green. HEX triplet: 1C, B8 and 2D. RGB value is (28,184,45). Sum of RGB (Red+Green+Blue) = 28+184+45=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 184 (72.27% from 255 or 71.60% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB82D is #E347D2. Grayscale: #797979. Windows color (decimal): -14895059 or 2996252. OLE color: 2996252.
HSL color Cylindrical-coordinate representation of color #1CB82D: hue angle of 126.54º 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 #1CB82D is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 184 | 45 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.28 |
| HSL | 126.54º | 0.74% | 0.42% | - |
| HSV(B) | 126.54º | 0.85% | 0.72% | - |
| XYZ | 18.09 | 34.72 | 8.23 | - |
| YUV | 121.51 | 84.82 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 184 | 45 | 0.85 | 0 | 0.76 | 0.28 | 126.54 | 0.74 | 0.42 |
| Hex | 1C | B8 | 2D | 55 | 0 | 4C | 1C | 7F | 4A | 2A |
| Octal | 34 | 270 | 55 | 125 | 0 | 114 | 34 | 177 | 112 | 52 |
| Binary | 11100 | 10111000 | 101101 | 1010101 | 0 | 1001100 | 11100 | 1111111 | 1001010 | 101010 |
Color Harmonies of #1CB82D
Complementary color
Monochromatic Colors of #1CB82D
Black with #1CB82D
Text Example
Text Example
White with #1CB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB82D; }
p { color: rgb(28,184,45); }
H1.HeaderClassName
{
color: #1CB82D;
}
.AnyTagClassName
{
color: #1CB82D;
}
</style>
background-color css
<style>
a { background-color: #1CB82D; }
a { background-color: rgb(28,184,45); }
div.DivClassName
{
background-color: #1CB82D;
}
.BgClassName
{
background-color: #1CB82D;
}
</style>
border-color css
<style>
span { border-color: #1CB82D; }
span { border-color: rgb(28,184,45); }
td.TdClassName
{
border-color: #1CB82D;
}
.TagClassName
{
border-color: #1CB82D;
}
</style>