Shades of Lime Green #2CBE42
Tints of Lime Green #2CBE42
RGB
CMYK
RGB Variations
Color information
#2CBE42 (or 0x2CBE42) is known color: Lime Green. HEX triplet: 2C, BE and 42. RGB value is (44,190,66). Sum of RGB (Red+Green+Blue) = 44+190+66=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE42 is #D341BD. Grayscale: #848484. Windows color (decimal): -13844926 or 4374060. OLE color: 4374060.
HSL color Cylindrical-coordinate representation of color #2CBE42: hue angle of 129.04º 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 #2CBE42 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 66 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.25 |
| HSL | 129.04º | 0.62% | 0.46% | - |
| HSV(B) | 129.04º | 0.77% | 0.75% | - |
| XYZ | 20.44 | 37.76 | 11.36 | - |
| YUV | 132.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 66 | 0.77 | 0 | 0.65 | 0.25 | 129.04 | 0.62 | 0.46 |
| Hex | 2C | BE | 42 | 4D | 0 | 41 | 19 | 81 | 3E | 2E |
| Octal | 54 | 276 | 102 | 115 | 0 | 101 | 31 | 201 | 76 | 56 |
| Binary | 101100 | 10111110 | 1000010 | 1001101 | 0 | 1000001 | 11001 | 10000001 | 111110 | 101110 |
Color Harmonies of #2CBE42
Complementary color
Monochromatic Colors of #2CBE42
Black with #2CBE42
Text Example
Text Example
White with #2CBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBE42; }
p { color: rgb(44,190,66); }
H1.HeaderClassName
{
color: #2CBE42;
}
.AnyTagClassName
{
color: #2CBE42;
}
</style>
background-color css
<style>
a { background-color: #2CBE42; }
a { background-color: rgb(44,190,66); }
div.DivClassName
{
background-color: #2CBE42;
}
.BgClassName
{
background-color: #2CBE42;
}
</style>
border-color css
<style>
span { border-color: #2CBE42; }
span { border-color: rgb(44,190,66); }
td.TdClassName
{
border-color: #2CBE42;
}
.TagClassName
{
border-color: #2CBE42;
}
</style>