Shades of Lime Green #2CDA2D
Tints of Lime Green #2CDA2D
RGB
CMYK
RGB Variations
Color information
#2CDA2D (or 0x2CDA2D) is known color: Lime Green. HEX triplet: 2C, DA and 2D. RGB value is (44,218,45). Sum of RGB (Red+Green+Blue) = 44+218+45=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 218 (85.55% from 255 or 71.01% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDA2D is #D325D2. Grayscale: #929292. Windows color (decimal): -13837779 or 3004972. OLE color: 3004972.
HSL color Cylindrical-coordinate representation of color #2CDA2D: hue angle of 120.34º degrees, saturation: 0.7, 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 #2CDA2D is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 45 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.15 |
| HSL | 120.34º | 0.7% | 0.51% | - |
| HSV(B) | 120.34º | 0.8% | 0.85% | - |
| XYZ | 26.58 | 50.87 | 10.9 | - |
| YUV | 146.25 | 70.85 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 45 | 0.80 | 0 | 0.79 | 0.15 | 120.34 | 0.7 | 0.51 |
| Hex | 2C | DA | 2D | 50 | 0 | 4F | F | 78 | 46 | 33 |
| Octal | 54 | 332 | 55 | 120 | 0 | 117 | 17 | 170 | 106 | 63 |
| Binary | 101100 | 11011010 | 101101 | 1010000 | 0 | 1001111 | 1111 | 1111000 | 1000110 | 110011 |
Color Harmonies of #2CDA2D
Complementary color
Monochromatic Colors of #2CDA2D
Black with #2CDA2D
Text Example
Text Example
White with #2CDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA2D; }
p { color: rgb(44,218,45); }
H1.HeaderClassName
{
color: #2CDA2D;
}
.AnyTagClassName
{
color: #2CDA2D;
}
</style>
background-color css
<style>
a { background-color: #2CDA2D; }
a { background-color: rgb(44,218,45); }
div.DivClassName
{
background-color: #2CDA2D;
}
.BgClassName
{
background-color: #2CDA2D;
}
</style>
border-color css
<style>
span { border-color: #2CDA2D; }
span { border-color: rgb(44,218,45); }
td.TdClassName
{
border-color: #2CDA2D;
}
.TagClassName
{
border-color: #2CDA2D;
}
</style>