Shades of Lime Green #2CDE3D
Tints of Lime Green #2CDE3D
RGB
CMYK
RGB Variations
Color information
#2CDE3D (or 0x2CDE3D) is known color: Lime Green. HEX triplet: 2C, DE and 3D. RGB value is (44,222,61). Sum of RGB (Red+Green+Blue) = 44+222+61=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 222 (87.11% from 255 or 67.89% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE3D is #D321C2. Grayscale: #969696. Windows color (decimal): -13836739 or 4054572. OLE color: 4054572.
HSL color Cylindrical-coordinate representation of color #2CDE3D: hue angle of 125.73º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDE3D is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 61 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.13 |
| HSL | 125.73º | 0.73% | 0.52% | - |
| HSV(B) | 125.73º | 0.8% | 0.87% | - |
| XYZ | 28 | 53.11 | 13.19 | - |
| YUV | 150.42 | 77.53 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 61 | 0.80 | 0 | 0.73 | 0.13 | 125.73 | 0.73 | 0.52 |
| Hex | 2C | DE | 3D | 50 | 0 | 49 | D | 7E | 49 | 34 |
| Octal | 54 | 336 | 75 | 120 | 0 | 111 | 15 | 176 | 111 | 64 |
| Binary | 101100 | 11011110 | 111101 | 1010000 | 0 | 1001001 | 1101 | 1111110 | 1001001 | 110100 |
Color Harmonies of #2CDE3D
Complementary color
Monochromatic Colors of #2CDE3D
Black with #2CDE3D
Text Example
Text Example
White with #2CDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDE3D; }
p { color: rgb(44,222,61); }
H1.HeaderClassName
{
color: #2CDE3D;
}
.AnyTagClassName
{
color: #2CDE3D;
}
</style>
background-color css
<style>
a { background-color: #2CDE3D; }
a { background-color: rgb(44,222,61); }
div.DivClassName
{
background-color: #2CDE3D;
}
.BgClassName
{
background-color: #2CDE3D;
}
</style>
border-color css
<style>
span { border-color: #2CDE3D; }
span { border-color: rgb(44,222,61); }
td.TdClassName
{
border-color: #2CDE3D;
}
.TagClassName
{
border-color: #2CDE3D;
}
</style>