Shades of Lime Green #2CB441
Tints of Lime Green #2CB441
RGB
CMYK
RGB Variations
Color information
#2CB441 (or 0x2CB441) is known color: Lime Green. HEX triplet: 2C, B4 and 41. RGB value is (44,180,65). Sum of RGB (Red+Green+Blue) = 44+180+65=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB441 is #D34BBE. Grayscale: #7E7E7E. Windows color (decimal): -13847487 or 4305964. OLE color: 4305964.
HSL color Cylindrical-coordinate representation of color #2CB441: hue angle of 129.26º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB441 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 65 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.29 |
| HSL | 129.26º | 0.61% | 0.44% | - |
| HSV(B) | 129.26º | 0.76% | 0.71% | - |
| XYZ | 18.31 | 33.56 | 10.51 | - |
| YUV | 126.23 | 93.44 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 65 | 0.76 | 0 | 0.64 | 0.29 | 129.26 | 0.61 | 0.44 |
| Hex | 2C | B4 | 41 | 4C | 0 | 40 | 1D | 81 | 3D | 2C |
| Octal | 54 | 264 | 101 | 114 | 0 | 100 | 35 | 201 | 75 | 54 |
| Binary | 101100 | 10110100 | 1000001 | 1001100 | 0 | 1000000 | 11101 | 10000001 | 111101 | 101100 |
Color Harmonies of #2CB441
Complementary color
Monochromatic Colors of #2CB441
Black with #2CB441
Text Example
Text Example
White with #2CB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB441; }
p { color: rgb(44,180,65); }
H1.HeaderClassName
{
color: #2CB441;
}
.AnyTagClassName
{
color: #2CB441;
}
</style>
background-color css
<style>
a { background-color: #2CB441; }
a { background-color: rgb(44,180,65); }
div.DivClassName
{
background-color: #2CB441;
}
.BgClassName
{
background-color: #2CB441;
}
</style>
border-color css
<style>
span { border-color: #2CB441; }
span { border-color: rgb(44,180,65); }
td.TdClassName
{
border-color: #2CB441;
}
.TagClassName
{
border-color: #2CB441;
}
</style>