Shades of Lime Green #2CED2D
Tints of Lime Green #2CED2D
RGB
CMYK
RGB Variations
Color information
#2CED2D (or 0x2CED2D) is known color: Lime Green. HEX triplet: 2C, ED and 2D. RGB value is (44,237,45). Sum of RGB (Red+Green+Blue) = 44+237+45=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 237 (92.97% from 255 or 72.70% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 237 - color contains mainly: green. Hex color #2CED2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CED2D is #D312D2. Grayscale: #9D9D9D. Windows color (decimal): -13832915 or 3009836. OLE color: 3009836.
HSL color Cylindrical-coordinate representation of color #2CED2D: hue angle of 120.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CED2D is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 45 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.07 |
| HSL | 120.31º | 0.84% | 0.55% | - |
| HSV(B) | 120.31º | 0.81% | 0.93% | - |
| XYZ | 31.8 | 61.29 | 12.64 | - |
| YUV | 157.41 | 64.56 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 45 | 0.81 | 0 | 0.81 | 0.07 | 120.31 | 0.84 | 0.55 |
| Hex | 2C | ED | 2D | 51 | 0 | 51 | 7 | 78 | 54 | 37 |
| Octal | 54 | 355 | 55 | 121 | 0 | 121 | 7 | 170 | 124 | 67 |
| Binary | 101100 | 11101101 | 101101 | 1010001 | 0 | 1010001 | 111 | 1111000 | 1010100 | 110111 |
Color Harmonies of #2CED2D
Complementary color
Monochromatic Colors of #2CED2D
Black with #2CED2D
Text Example
Text Example
White with #2CED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CED2D; }
p { color: rgb(44,237,45); }
H1.HeaderClassName
{
color: #2CED2D;
}
.AnyTagClassName
{
color: #2CED2D;
}
</style>
background-color css
<style>
a { background-color: #2CED2D; }
a { background-color: rgb(44,237,45); }
div.DivClassName
{
background-color: #2CED2D;
}
.BgClassName
{
background-color: #2CED2D;
}
</style>
border-color css
<style>
span { border-color: #2CED2D; }
span { border-color: rgb(44,237,45); }
td.TdClassName
{
border-color: #2CED2D;
}
.TagClassName
{
border-color: #2CED2D;
}
</style>