Shades of Lime Green #2CDC34
Tints of Lime Green #2CDC34
RGB
CMYK
RGB Variations
Color information
#2CDC34 (or 0x2CDC34) is known color: Lime Green. HEX triplet: 2C, DC and 34. RGB value is (44,220,52). Sum of RGB (Red+Green+Blue) = 44+220+52=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC34 is #D323CB. Grayscale: #949494. Windows color (decimal): -13837260 or 3464236. OLE color: 3464236.
HSL color Cylindrical-coordinate representation of color #2CDC34: hue angle of 122.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDC34 is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 52 | - |
| CMYK | 0.8 | 0 | 0.76 | 0.14 |
| HSL | 122.73º | 0.72% | 0.52% | - |
| HSV(B) | 122.73º | 0.8% | 0.86% | - |
| XYZ | 27.25 | 51.97 | 11.84 | - |
| YUV | 148.22 | 73.69 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 52 | 0.8 | 0 | 0.76 | 0.14 | 122.73 | 0.72 | 0.52 |
| Hex | 2C | DC | 34 | 50 | 0 | 4C | E | 7B | 48 | 34 |
| Octal | 54 | 334 | 64 | 120 | 0 | 114 | 16 | 173 | 110 | 64 |
| Binary | 101100 | 11011100 | 110100 | 1010000 | 0 | 1001100 | 1110 | 1111011 | 1001000 | 110100 |
Color Harmonies of #2CDC34
Complementary color
Monochromatic Colors of #2CDC34
Black with #2CDC34
Text Example
Text Example
White with #2CDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC34; }
p { color: rgb(44,220,52); }
H1.HeaderClassName
{
color: #2CDC34;
}
.AnyTagClassName
{
color: #2CDC34;
}
</style>
background-color css
<style>
a { background-color: #2CDC34; }
a { background-color: rgb(44,220,52); }
div.DivClassName
{
background-color: #2CDC34;
}
.BgClassName
{
background-color: #2CDC34;
}
</style>
border-color css
<style>
span { border-color: #2CDC34; }
span { border-color: rgb(44,220,52); }
td.TdClassName
{
border-color: #2CDC34;
}
.TagClassName
{
border-color: #2CDC34;
}
</style>