Shades of Lime Green #1CB82F
Tints of Lime Green #1CB82F
RGB
CMYK
RGB Variations
Color information
#1CB82F (or 0x1CB82F) is known color: Lime Green. HEX triplet: 1C, B8 and 2F. RGB value is (28,184,47). Sum of RGB (Red+Green+Blue) = 28+184+47=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 184 (72.27% from 255 or 71.04% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB82F is #E347D0. Grayscale: #7A7A7A. Windows color (decimal): -14895057 or 3127324. OLE color: 3127324.
HSL color Cylindrical-coordinate representation of color #1CB82F: hue angle of 127.31º 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 #1CB82F is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 184 | 47 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.28 |
| HSL | 127.31º | 0.74% | 0.42% | - |
| HSV(B) | 127.31º | 0.85% | 0.72% | - |
| XYZ | 18.13 | 34.73 | 8.44 | - |
| YUV | 121.74 | 85.82 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 184 | 47 | 0.85 | 0 | 0.74 | 0.28 | 127.31 | 0.74 | 0.42 |
| Hex | 1C | B8 | 2F | 55 | 0 | 4A | 1C | 7F | 4A | 2A |
| Octal | 34 | 270 | 57 | 125 | 0 | 112 | 34 | 177 | 112 | 52 |
| Binary | 11100 | 10111000 | 101111 | 1010101 | 0 | 1001010 | 11100 | 1111111 | 1001010 | 101010 |
Color Harmonies of #1CB82F
Complementary color
Monochromatic Colors of #1CB82F
Black with #1CB82F
Text Example
Text Example
White with #1CB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB82F; }
p { color: rgb(28,184,47); }
H1.HeaderClassName
{
color: #1CB82F;
}
.AnyTagClassName
{
color: #1CB82F;
}
</style>
background-color css
<style>
a { background-color: #1CB82F; }
a { background-color: rgb(28,184,47); }
div.DivClassName
{
background-color: #1CB82F;
}
.BgClassName
{
background-color: #1CB82F;
}
</style>
border-color css
<style>
span { border-color: #1CB82F; }
span { border-color: rgb(28,184,47); }
td.TdClassName
{
border-color: #1CB82F;
}
.TagClassName
{
border-color: #1CB82F;
}
</style>