Shades of Lime Green #1CB71C
Tints of Lime Green #1CB71C
RGB
CMYK
RGB Variations
Color information
#1CB71C (or 0x1CB71C) is known color: Lime Green. HEX triplet: 1C, B7 and 1C. RGB value is (28,183,28). Sum of RGB (Red+Green+Blue) = 28+183+28=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 183 (71.88% from 255 or 76.57% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB71C is #E348E3. Grayscale: #777777. Windows color (decimal): -14895332 or 1881884. OLE color: 1881884.
HSL color Cylindrical-coordinate representation of color #1CB71C: hue angle of 120º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB71C is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 28 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.28 |
| HSL | 120º | 0.73% | 0.41% | - |
| HSV(B) | 120º | 0.85% | 0.72% | - |
| XYZ | 17.62 | 34.2 | 6.77 | - |
| YUV | 118.99 | 76.65 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 28 | 0.85 | 0 | 0.85 | 0.28 | 120 | 0.73 | 0.41 |
| Hex | 1C | B7 | 1C | 55 | 0 | 55 | 1C | 78 | 49 | 29 |
| Octal | 34 | 267 | 34 | 125 | 0 | 125 | 34 | 170 | 111 | 51 |
| Binary | 11100 | 10110111 | 11100 | 1010101 | 0 | 1010101 | 11100 | 1111000 | 1001001 | 101001 |
Color Harmonies of #1CB71C
Complementary color
Monochromatic Colors of #1CB71C
Black with #1CB71C
Text Example
Text Example
White with #1CB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB71C; }
p { color: rgb(28,183,28); }
H1.HeaderClassName
{
color: #1CB71C;
}
.AnyTagClassName
{
color: #1CB71C;
}
</style>
background-color css
<style>
a { background-color: #1CB71C; }
a { background-color: rgb(28,183,28); }
div.DivClassName
{
background-color: #1CB71C;
}
.BgClassName
{
background-color: #1CB71C;
}
</style>
border-color css
<style>
span { border-color: #1CB71C; }
span { border-color: rgb(28,183,28); }
td.TdClassName
{
border-color: #1CB71C;
}
.TagClassName
{
border-color: #1CB71C;
}
</style>