Shades of Lime Green #1CB71D
Tints of Lime Green #1CB71D
RGB
CMYK
RGB Variations
Color information
#1CB71D (or 0x1CB71D) is known color: Lime Green. HEX triplet: 1C, B7 and 1D. RGB value is (28,183,29). Sum of RGB (Red+Green+Blue) = 28+183+29=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 183 (71.88% from 255 or 76.25% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB71D is #E348E2. Grayscale: #777777. Windows color (decimal): -14895331 or 1947420. OLE color: 1947420.
HSL color Cylindrical-coordinate representation of color #1CB71D: hue angle of 120.39º 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 #1CB71D is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 29 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.28 |
| HSL | 120.39º | 0.73% | 0.41% | - |
| HSV(B) | 120.39º | 0.85% | 0.72% | - |
| XYZ | 17.63 | 34.2 | 6.83 | - |
| YUV | 119.1 | 77.15 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 29 | 0.85 | 0 | 0.84 | 0.28 | 120.39 | 0.73 | 0.41 |
| Hex | 1C | B7 | 1D | 55 | 0 | 54 | 1C | 78 | 49 | 29 |
| Octal | 34 | 267 | 35 | 125 | 0 | 124 | 34 | 170 | 111 | 51 |
| Binary | 11100 | 10110111 | 11101 | 1010101 | 0 | 1010100 | 11100 | 1111000 | 1001001 | 101001 |
Color Harmonies of #1CB71D
Complementary color
Monochromatic Colors of #1CB71D
Black with #1CB71D
Text Example
Text Example
White with #1CB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB71D; }
p { color: rgb(28,183,29); }
H1.HeaderClassName
{
color: #1CB71D;
}
.AnyTagClassName
{
color: #1CB71D;
}
</style>
background-color css
<style>
a { background-color: #1CB71D; }
a { background-color: rgb(28,183,29); }
div.DivClassName
{
background-color: #1CB71D;
}
.BgClassName
{
background-color: #1CB71D;
}
</style>
border-color css
<style>
span { border-color: #1CB71D; }
span { border-color: rgb(28,183,29); }
td.TdClassName
{
border-color: #1CB71D;
}
.TagClassName
{
border-color: #1CB71D;
}
</style>