Shades of Lime Green #1CBC2E
Tints of Lime Green #1CBC2E
RGB
CMYK
RGB Variations
Color information
#1CBC2E (or 0x1CBC2E) is known color: Lime Green. HEX triplet: 1C, BC and 2E. RGB value is (28,188,46). Sum of RGB (Red+Green+Blue) = 28+188+46=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC2E is #E343D1. Grayscale: #7C7C7C. Windows color (decimal): -14894034 or 3062812. OLE color: 3062812.
HSL color Cylindrical-coordinate representation of color #1CBC2E: hue angle of 126.75º 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 #1CBC2E is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 46 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.26 |
| HSL | 126.75º | 0.74% | 0.42% | - |
| HSV(B) | 126.75º | 0.85% | 0.74% | - |
| XYZ | 18.96 | 36.41 | 8.61 | - |
| YUV | 123.97 | 83.99 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 46 | 0.85 | 0 | 0.76 | 0.26 | 126.75 | 0.74 | 0.42 |
| Hex | 1C | BC | 2E | 55 | 0 | 4C | 1A | 7F | 4A | 2A |
| Octal | 34 | 274 | 56 | 125 | 0 | 114 | 32 | 177 | 112 | 52 |
| Binary | 11100 | 10111100 | 101110 | 1010101 | 0 | 1001100 | 11010 | 1111111 | 1001010 | 101010 |
Color Harmonies of #1CBC2E
Complementary color
Monochromatic Colors of #1CBC2E
Black with #1CBC2E
Text Example
Text Example
White with #1CBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC2E; }
p { color: rgb(28,188,46); }
H1.HeaderClassName
{
color: #1CBC2E;
}
.AnyTagClassName
{
color: #1CBC2E;
}
</style>
background-color css
<style>
a { background-color: #1CBC2E; }
a { background-color: rgb(28,188,46); }
div.DivClassName
{
background-color: #1CBC2E;
}
.BgClassName
{
background-color: #1CBC2E;
}
</style>
border-color css
<style>
span { border-color: #1CBC2E; }
span { border-color: rgb(28,188,46); }
td.TdClassName
{
border-color: #1CBC2E;
}
.TagClassName
{
border-color: #1CBC2E;
}
</style>