Shades of Lime Green #2CBE4C
Tints of Lime Green #2CBE4C
RGB
CMYK
RGB Variations
Color information
#2CBE4C (or 0x2CBE4C) is known color: Lime Green. HEX triplet: 2C, BE and 4C. RGB value is (44,190,76). Sum of RGB (Red+Green+Blue) = 44+190+76=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 190 (74.61% from 255 or 61.29% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE4C is #D341B3. Grayscale: #858585. Windows color (decimal): -13844916 or 5029420. OLE color: 5029420.
HSL color Cylindrical-coordinate representation of color #2CBE4C: hue angle of 133.15º 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 #2CBE4C is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 76 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.25 |
| HSL | 133.15º | 0.62% | 0.46% | - |
| HSV(B) | 133.15º | 0.77% | 0.75% | - |
| XYZ | 20.76 | 37.88 | 13.06 | - |
| YUV | 133.35 | 95.63 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 76 | 0.77 | 0 | 0.60 | 0.25 | 133.15 | 0.62 | 0.46 |
| Hex | 2C | BE | 4C | 4D | 0 | 3C | 19 | 85 | 3E | 2E |
| Octal | 54 | 276 | 114 | 115 | 0 | 74 | 31 | 205 | 76 | 56 |
| Binary | 101100 | 10111110 | 1001100 | 1001101 | 0 | 111100 | 11001 | 10000101 | 111110 | 101110 |
Color Harmonies of #2CBE4C
Complementary color
Monochromatic Colors of #2CBE4C
Black with #2CBE4C
Text Example
Text Example
White with #2CBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE4C; }
p { color: rgb(44,190,76); }
H1.HeaderClassName
{
color: #2CBE4C;
}
.AnyTagClassName
{
color: #2CBE4C;
}
</style>
background-color css
<style>
a { background-color: #2CBE4C; }
a { background-color: rgb(44,190,76); }
div.DivClassName
{
background-color: #2CBE4C;
}
.BgClassName
{
background-color: #2CBE4C;
}
</style>
border-color css
<style>
span { border-color: #2CBE4C; }
span { border-color: rgb(44,190,76); }
td.TdClassName
{
border-color: #2CBE4C;
}
.TagClassName
{
border-color: #2CBE4C;
}
</style>