Shades of Lime Green #2CBF4D
Tints of Lime Green #2CBF4D
RGB
CMYK
RGB Variations
Color information
#2CBF4D (or 0x2CBF4D) is known color: Lime Green. HEX triplet: 2C, BF and 4D. RGB value is (44,191,77). Sum of RGB (Red+Green+Blue) = 44+191+77=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF4D is #D340B2. Grayscale: #868686. Windows color (decimal): -13844659 or 5095212. OLE color: 5095212.
HSL color Cylindrical-coordinate representation of color #2CBF4D: hue angle of 133.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBF4D is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 77 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.25 |
| HSL | 133.47º | 0.63% | 0.46% | - |
| HSV(B) | 133.47º | 0.77% | 0.75% | - |
| XYZ | 21.01 | 38.33 | 13.31 | - |
| YUV | 134.05 | 95.8 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 77 | 0.77 | 0 | 0.60 | 0.25 | 133.47 | 0.63 | 0.46 |
| Hex | 2C | BF | 4D | 4D | 0 | 3C | 19 | 85 | 3F | 2E |
| Octal | 54 | 277 | 115 | 115 | 0 | 74 | 31 | 205 | 77 | 56 |
| Binary | 101100 | 10111111 | 1001101 | 1001101 | 0 | 111100 | 11001 | 10000101 | 111111 | 101110 |
Color Harmonies of #2CBF4D
Complementary color
Monochromatic Colors of #2CBF4D
Black with #2CBF4D
Text Example
Text Example
White with #2CBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF4D; }
p { color: rgb(44,191,77); }
H1.HeaderClassName
{
color: #2CBF4D;
}
.AnyTagClassName
{
color: #2CBF4D;
}
</style>
background-color css
<style>
a { background-color: #2CBF4D; }
a { background-color: rgb(44,191,77); }
div.DivClassName
{
background-color: #2CBF4D;
}
.BgClassName
{
background-color: #2CBF4D;
}
</style>
border-color css
<style>
span { border-color: #2CBF4D; }
span { border-color: rgb(44,191,77); }
td.TdClassName
{
border-color: #2CBF4D;
}
.TagClassName
{
border-color: #2CBF4D;
}
</style>