Shades of Lime Green #2CBE4D
Tints of Lime Green #2CBE4D
RGB
CMYK
RGB Variations
Color information
#2CBE4D (or 0x2CBE4D) is known color: Lime Green. HEX triplet: 2C, BE and 4D. RGB value is (44,190,77). Sum of RGB (Red+Green+Blue) = 44+190+77=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBE4D is #D341B2. Grayscale: #858585. Windows color (decimal): -13844915 or 5094956. OLE color: 5094956.
HSL color Cylindrical-coordinate representation of color #2CBE4D: hue angle of 133.56º degrees, saturation: 0.62, 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 #2CBE4D is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 77 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.25 |
| HSL | 133.56º | 0.62% | 0.46% | - |
| HSV(B) | 133.56º | 0.77% | 0.75% | - |
| XYZ | 20.79 | 37.9 | 13.24 | - |
| YUV | 133.46 | 96.13 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 77 | 0.77 | 0 | 0.59 | 0.25 | 133.56 | 0.62 | 0.46 |
| Hex | 2C | BE | 4D | 4D | 0 | 3B | 19 | 86 | 3E | 2E |
| Octal | 54 | 276 | 115 | 115 | 0 | 73 | 31 | 206 | 76 | 56 |
| Binary | 101100 | 10111110 | 1001101 | 1001101 | 0 | 111011 | 11001 | 10000110 | 111110 | 101110 |
Color Harmonies of #2CBE4D
Complementary color
Monochromatic Colors of #2CBE4D
Black with #2CBE4D
Text Example
Text Example
White with #2CBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE4D; }
p { color: rgb(44,190,77); }
H1.HeaderClassName
{
color: #2CBE4D;
}
.AnyTagClassName
{
color: #2CBE4D;
}
</style>
background-color css
<style>
a { background-color: #2CBE4D; }
a { background-color: rgb(44,190,77); }
div.DivClassName
{
background-color: #2CBE4D;
}
.BgClassName
{
background-color: #2CBE4D;
}
</style>
border-color css
<style>
span { border-color: #2CBE4D; }
span { border-color: rgb(44,190,77); }
td.TdClassName
{
border-color: #2CBE4D;
}
.TagClassName
{
border-color: #2CBE4D;
}
</style>