Shades of Lime Green #2CBD41
Tints of Lime Green #2CBD41
RGB
CMYK
RGB Variations
Color information
#2CBD41 (or 0x2CBD41) is known color: Lime Green. HEX triplet: 2C, BD and 41. RGB value is (44,189,65). Sum of RGB (Red+Green+Blue) = 44+189+65=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD41 is #D342BE. Grayscale: #838383. Windows color (decimal): -13845183 or 4308268. OLE color: 4308268.
HSL color Cylindrical-coordinate representation of color #2CBD41: hue angle of 128.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD41 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 65 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.26 |
| HSL | 128.69º | 0.62% | 0.46% | - |
| HSV(B) | 128.69º | 0.77% | 0.74% | - |
| XYZ | 20.19 | 37.31 | 11.14 | - |
| YUV | 131.51 | 90.46 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 65 | 0.77 | 0 | 0.66 | 0.26 | 128.69 | 0.62 | 0.46 |
| Hex | 2C | BD | 41 | 4D | 0 | 42 | 1A | 81 | 3E | 2E |
| Octal | 54 | 275 | 101 | 115 | 0 | 102 | 32 | 201 | 76 | 56 |
| Binary | 101100 | 10111101 | 1000001 | 1001101 | 0 | 1000010 | 11010 | 10000001 | 111110 | 101110 |
Color Harmonies of #2CBD41
Complementary color
Monochromatic Colors of #2CBD41
Black with #2CBD41
Text Example
Text Example
White with #2CBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD41; }
p { color: rgb(44,189,65); }
H1.HeaderClassName
{
color: #2CBD41;
}
.AnyTagClassName
{
color: #2CBD41;
}
</style>
background-color css
<style>
a { background-color: #2CBD41; }
a { background-color: rgb(44,189,65); }
div.DivClassName
{
background-color: #2CBD41;
}
.BgClassName
{
background-color: #2CBD41;
}
</style>
border-color css
<style>
span { border-color: #2CBD41; }
span { border-color: rgb(44,189,65); }
td.TdClassName
{
border-color: #2CBD41;
}
.TagClassName
{
border-color: #2CBD41;
}
</style>