Shades of Lime Green #2CBD34
Tints of Lime Green #2CBD34
RGB
CMYK
RGB Variations
Color information
#2CBD34 (or 0x2CBD34) is known color: Lime Green. HEX triplet: 2C, BD and 34. RGB value is (44,189,52). Sum of RGB (Red+Green+Blue) = 44+189+52=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD34 is #D342CB. Grayscale: #828282. Windows color (decimal): -13845196 or 3456300. OLE color: 3456300.
HSL color Cylindrical-coordinate representation of color #2CBD34: hue angle of 123.31º 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 #2CBD34 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 52 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.26 |
| HSL | 123.31º | 0.62% | 0.46% | - |
| HSV(B) | 123.31º | 0.77% | 0.74% | - |
| XYZ | 19.86 | 37.18 | 9.38 | - |
| YUV | 130.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 52 | 0.77 | 0 | 0.72 | 0.26 | 123.31 | 0.62 | 0.46 |
| Hex | 2C | BD | 34 | 4D | 0 | 48 | 1A | 7B | 3E | 2E |
| Octal | 54 | 275 | 64 | 115 | 0 | 110 | 32 | 173 | 76 | 56 |
| Binary | 101100 | 10111101 | 110100 | 1001101 | 0 | 1001000 | 11010 | 1111011 | 111110 | 101110 |
Color Harmonies of #2CBD34
Complementary color
Monochromatic Colors of #2CBD34
Black with #2CBD34
Text Example
Text Example
White with #2CBD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD34; }
p { color: rgb(44,189,52); }
H1.HeaderClassName
{
color: #2CBD34;
}
.AnyTagClassName
{
color: #2CBD34;
}
</style>
background-color css
<style>
a { background-color: #2CBD34; }
a { background-color: rgb(44,189,52); }
div.DivClassName
{
background-color: #2CBD34;
}
.BgClassName
{
background-color: #2CBD34;
}
</style>
border-color css
<style>
span { border-color: #2CBD34; }
span { border-color: rgb(44,189,52); }
td.TdClassName
{
border-color: #2CBD34;
}
.TagClassName
{
border-color: #2CBD34;
}
</style>