Shades of Lime Green #2CBC2F
Tints of Lime Green #2CBC2F
RGB
CMYK
RGB Variations
Color information
#2CBC2F (or 0x2CBC2F) is known color: Lime Green. HEX triplet: 2C, BC and 2F. RGB value is (44,188,47). Sum of RGB (Red+Green+Blue) = 44+188+47=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC2F is #D343D0. Grayscale: #818181. Windows color (decimal): -13845457 or 3128364. OLE color: 3128364.
HSL color Cylindrical-coordinate representation of color #2CBC2F: hue angle of 121.25º 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 #2CBC2F is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 47 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.26 |
| HSL | 121.25º | 0.62% | 0.45% | - |
| HSV(B) | 121.25º | 0.77% | 0.74% | - |
| XYZ | 19.54 | 36.71 | 8.74 | - |
| YUV | 128.87 | 81.79 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 47 | 0.77 | 0 | 0.75 | 0.26 | 121.25 | 0.62 | 0.45 |
| Hex | 2C | BC | 2F | 4D | 0 | 4B | 1A | 79 | 3E | 2D |
| Octal | 54 | 274 | 57 | 115 | 0 | 113 | 32 | 171 | 76 | 55 |
| Binary | 101100 | 10111100 | 101111 | 1001101 | 0 | 1001011 | 11010 | 1111001 | 111110 | 101101 |
Color Harmonies of #2CBC2F
Complementary color
Monochromatic Colors of #2CBC2F
Black with #2CBC2F
Text Example
Text Example
White with #2CBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC2F; }
p { color: rgb(44,188,47); }
H1.HeaderClassName
{
color: #2CBC2F;
}
.AnyTagClassName
{
color: #2CBC2F;
}
</style>
background-color css
<style>
a { background-color: #2CBC2F; }
a { background-color: rgb(44,188,47); }
div.DivClassName
{
background-color: #2CBC2F;
}
.BgClassName
{
background-color: #2CBC2F;
}
</style>
border-color css
<style>
span { border-color: #2CBC2F; }
span { border-color: rgb(44,188,47); }
td.TdClassName
{
border-color: #2CBC2F;
}
.TagClassName
{
border-color: #2CBC2F;
}
</style>