Shades of Lime Green #2CBC3F
Tints of Lime Green #2CBC3F
RGB
CMYK
RGB Variations
Color information
#2CBC3F (or 0x2CBC3F) is known color: Lime Green. HEX triplet: 2C, BC and 3F. RGB value is (44,188,63). Sum of RGB (Red+Green+Blue) = 44+188+63=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC3F is #D343C0. Grayscale: #838383. Windows color (decimal): -13845441 or 4176940. OLE color: 4176940.
HSL color Cylindrical-coordinate representation of color #2CBC3F: hue angle of 127.92º 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 #2CBC3F is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 63 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.26 |
| HSL | 127.92º | 0.62% | 0.45% | - |
| HSV(B) | 127.92º | 0.77% | 0.74% | - |
| XYZ | 19.92 | 36.86 | 10.77 | - |
| YUV | 130.69 | 89.79 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 63 | 0.77 | 0 | 0.66 | 0.26 | 127.92 | 0.62 | 0.45 |
| Hex | 2C | BC | 3F | 4D | 0 | 42 | 1A | 80 | 3E | 2D |
| Octal | 54 | 274 | 77 | 115 | 0 | 102 | 32 | 200 | 76 | 55 |
| Binary | 101100 | 10111100 | 111111 | 1001101 | 0 | 1000010 | 11010 | 10000000 | 111110 | 101101 |
Color Harmonies of #2CBC3F
Complementary color
Monochromatic Colors of #2CBC3F
Black with #2CBC3F
Text Example
Text Example
White with #2CBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC3F; }
p { color: rgb(44,188,63); }
H1.HeaderClassName
{
color: #2CBC3F;
}
.AnyTagClassName
{
color: #2CBC3F;
}
</style>
background-color css
<style>
a { background-color: #2CBC3F; }
a { background-color: rgb(44,188,63); }
div.DivClassName
{
background-color: #2CBC3F;
}
.BgClassName
{
background-color: #2CBC3F;
}
</style>
border-color css
<style>
span { border-color: #2CBC3F; }
span { border-color: rgb(44,188,63); }
td.TdClassName
{
border-color: #2CBC3F;
}
.TagClassName
{
border-color: #2CBC3F;
}
</style>