Shades of Lime Green #1CBC2C
Tints of Lime Green #1CBC2C
RGB
CMYK
RGB Variations
Color information
#1CBC2C (or 0x1CBC2C) is known color: Lime Green. HEX triplet: 1C, BC and 2C. RGB value is (28,188,44). Sum of RGB (Red+Green+Blue) = 28+188+44=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC2C is #E343D3. Grayscale: #7C7C7C. Windows color (decimal): -14894036 or 2931740. OLE color: 2931740.
HSL color Cylindrical-coordinate representation of color #1CBC2C: hue angle of 126º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC2C is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 44 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.26 |
| HSL | 126º | 0.74% | 0.42% | - |
| HSV(B) | 126º | 0.85% | 0.74% | - |
| XYZ | 18.92 | 36.4 | 8.41 | - |
| YUV | 123.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 44 | 0.85 | 0 | 0.77 | 0.26 | 126 | 0.74 | 0.42 |
| Hex | 1C | BC | 2C | 55 | 0 | 4D | 1A | 7E | 4A | 2A |
| Octal | 34 | 274 | 54 | 125 | 0 | 115 | 32 | 176 | 112 | 52 |
| Binary | 11100 | 10111100 | 101100 | 1010101 | 0 | 1001101 | 11010 | 1111110 | 1001010 | 101010 |
Color Harmonies of #1CBC2C
Complementary color
Monochromatic Colors of #1CBC2C
Black with #1CBC2C
Text Example
Text Example
White with #1CBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC2C; }
p { color: rgb(28,188,44); }
H1.HeaderClassName
{
color: #1CBC2C;
}
.AnyTagClassName
{
color: #1CBC2C;
}
</style>
background-color css
<style>
a { background-color: #1CBC2C; }
a { background-color: rgb(28,188,44); }
div.DivClassName
{
background-color: #1CBC2C;
}
.BgClassName
{
background-color: #1CBC2C;
}
</style>
border-color css
<style>
span { border-color: #1CBC2C; }
span { border-color: rgb(28,188,44); }
td.TdClassName
{
border-color: #1CBC2C;
}
.TagClassName
{
border-color: #1CBC2C;
}
</style>