Shades of Lime Green #2CD934
Tints of Lime Green #2CD934
RGB
CMYK
RGB Variations
Color information
#2CD934 (or 0x2CD934) is known color: Lime Green. HEX triplet: 2C, D9 and 34. RGB value is (44,217,52). Sum of RGB (Red+Green+Blue) = 44+217+52=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD934 is #D326CB. Grayscale: #929292. Windows color (decimal): -13838028 or 3463468. OLE color: 3463468.
HSL color Cylindrical-coordinate representation of color #2CD934: hue angle of 122.77º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD934 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 52 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.15 |
| HSL | 122.77º | 0.69% | 0.51% | - |
| HSV(B) | 122.77º | 0.8% | 0.85% | - |
| XYZ | 26.47 | 50.41 | 11.58 | - |
| YUV | 146.46 | 74.69 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 52 | 0.80 | 0 | 0.76 | 0.15 | 122.77 | 0.69 | 0.51 |
| Hex | 2C | D9 | 34 | 50 | 0 | 4C | F | 7B | 45 | 33 |
| Octal | 54 | 331 | 64 | 120 | 0 | 114 | 17 | 173 | 105 | 63 |
| Binary | 101100 | 11011001 | 110100 | 1010000 | 0 | 1001100 | 1111 | 1111011 | 1000101 | 110011 |
Color Harmonies of #2CD934
Complementary color
Monochromatic Colors of #2CD934
Black with #2CD934
Text Example
Text Example
White with #2CD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD934; }
p { color: rgb(44,217,52); }
H1.HeaderClassName
{
color: #2CD934;
}
.AnyTagClassName
{
color: #2CD934;
}
</style>
background-color css
<style>
a { background-color: #2CD934; }
a { background-color: rgb(44,217,52); }
div.DivClassName
{
background-color: #2CD934;
}
.BgClassName
{
background-color: #2CD934;
}
</style>
border-color css
<style>
span { border-color: #2CD934; }
span { border-color: rgb(44,217,52); }
td.TdClassName
{
border-color: #2CD934;
}
.TagClassName
{
border-color: #2CD934;
}
</style>