Shades of Lime Green #1CB71B
Tints of Lime Green #1CB71B
RGB
CMYK
RGB Variations
Color information
#1CB71B (or 0x1CB71B) is known color: Lime Green. HEX triplet: 1C, B7 and 1B. RGB value is (28,183,27). Sum of RGB (Red+Green+Blue) = 28+183+27=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 183 (71.88% from 255 or 76.89% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB71B is #E348E4. Grayscale: #777777. Windows color (decimal): -14895333 or 1816348. OLE color: 1816348.
HSL color Cylindrical-coordinate representation of color #1CB71B: hue angle of 119.62º degrees, saturation: 0.74, 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 #1CB71B is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 27 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.28 |
| HSL | 119.62º | 0.74% | 0.41% | - |
| HSV(B) | 119.62º | 0.85% | 0.72% | - |
| XYZ | 17.61 | 34.19 | 6.71 | - |
| YUV | 118.87 | 76.15 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 27 | 0.85 | 0 | 0.85 | 0.28 | 119.62 | 0.74 | 0.41 |
| Hex | 1C | B7 | 1B | 55 | 0 | 55 | 1C | 78 | 4A | 29 |
| Octal | 34 | 267 | 33 | 125 | 0 | 125 | 34 | 170 | 112 | 51 |
| Binary | 11100 | 10110111 | 11011 | 1010101 | 0 | 1010101 | 11100 | 1111000 | 1001010 | 101001 |
Color Harmonies of #1CB71B
Complementary color
Monochromatic Colors of #1CB71B
Black with #1CB71B
Text Example
Text Example
White with #1CB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB71B; }
p { color: rgb(28,183,27); }
H1.HeaderClassName
{
color: #1CB71B;
}
.AnyTagClassName
{
color: #1CB71B;
}
</style>
background-color css
<style>
a { background-color: #1CB71B; }
a { background-color: rgb(28,183,27); }
div.DivClassName
{
background-color: #1CB71B;
}
.BgClassName
{
background-color: #1CB71B;
}
</style>
border-color css
<style>
span { border-color: #1CB71B; }
span { border-color: rgb(28,183,27); }
td.TdClassName
{
border-color: #1CB71B;
}
.TagClassName
{
border-color: #1CB71B;
}
</style>