Shades of Lime Green #2CBC3E
Tints of Lime Green #2CBC3E
RGB
CMYK
RGB Variations
Color information
#2CBC3E (or 0x2CBC3E) is known color: Lime Green. HEX triplet: 2C, BC and 3E. RGB value is (44,188,62). Sum of RGB (Red+Green+Blue) = 44+188+62=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC3E is #D343C1. Grayscale: #828282. Windows color (decimal): -13845442 or 4111404. OLE color: 4111404.
HSL color Cylindrical-coordinate representation of color #2CBC3E: hue angle of 127.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC3E is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 62 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.26 |
| HSL | 127.5º | 0.62% | 0.45% | - |
| HSV(B) | 127.5º | 0.77% | 0.74% | - |
| XYZ | 19.89 | 36.85 | 10.62 | - |
| YUV | 130.58 | 89.29 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 62 | 0.77 | 0 | 0.67 | 0.26 | 127.5 | 0.62 | 0.45 |
| Hex | 2C | BC | 3E | 4D | 0 | 43 | 1A | 80 | 3E | 2D |
| Octal | 54 | 274 | 76 | 115 | 0 | 103 | 32 | 200 | 76 | 55 |
| Binary | 101100 | 10111100 | 111110 | 1001101 | 0 | 1000011 | 11010 | 10000000 | 111110 | 101101 |
Color Harmonies of #2CBC3E
Complementary color
Monochromatic Colors of #2CBC3E
Black with #2CBC3E
Text Example
Text Example
White with #2CBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC3E; }
p { color: rgb(44,188,62); }
H1.HeaderClassName
{
color: #2CBC3E;
}
.AnyTagClassName
{
color: #2CBC3E;
}
</style>
background-color css
<style>
a { background-color: #2CBC3E; }
a { background-color: rgb(44,188,62); }
div.DivClassName
{
background-color: #2CBC3E;
}
.BgClassName
{
background-color: #2CBC3E;
}
</style>
border-color css
<style>
span { border-color: #2CBC3E; }
span { border-color: rgb(44,188,62); }
td.TdClassName
{
border-color: #2CBC3E;
}
.TagClassName
{
border-color: #2CBC3E;
}
</style>