Shades of Lime Green #2CD54A
Tints of Lime Green #2CD54A
RGB
CMYK
RGB Variations
Color information
#2CD54A (or 0x2CD54A) is known color: Lime Green. HEX triplet: 2C, D5 and 4A. RGB value is (44,213,74). Sum of RGB (Red+Green+Blue) = 44+213+74=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD54A is #D32AB5. Grayscale: #939393. Windows color (decimal): -13839030 or 4904236. OLE color: 4904236.
HSL color Cylindrical-coordinate representation of color #2CD54A: hue angle of 130.65º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD54A is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 74 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.16 |
| HSL | 130.65º | 0.67% | 0.5% | - |
| HSV(B) | 130.65º | 0.79% | 0.84% | - |
| XYZ | 26.07 | 48.62 | 14.49 | - |
| YUV | 146.62 | 87.01 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 74 | 0.79 | 0 | 0.65 | 0.16 | 130.65 | 0.67 | 0.5 |
| Hex | 2C | D5 | 4A | 4F | 0 | 41 | 10 | 83 | 43 | 32 |
| Octal | 54 | 325 | 112 | 117 | 0 | 101 | 20 | 203 | 103 | 62 |
| Binary | 101100 | 11010101 | 1001010 | 1001111 | 0 | 1000001 | 10000 | 10000011 | 1000011 | 110010 |
Color Harmonies of #2CD54A
Complementary color
Monochromatic Colors of #2CD54A
Black with #2CD54A
Text Example
Text Example
White with #2CD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD54A; }
p { color: rgb(44,213,74); }
H1.HeaderClassName
{
color: #2CD54A;
}
.AnyTagClassName
{
color: #2CD54A;
}
</style>
background-color css
<style>
a { background-color: #2CD54A; }
a { background-color: rgb(44,213,74); }
div.DivClassName
{
background-color: #2CD54A;
}
.BgClassName
{
background-color: #2CD54A;
}
</style>
border-color css
<style>
span { border-color: #2CD54A; }
span { border-color: rgb(44,213,74); }
td.TdClassName
{
border-color: #2CD54A;
}
.TagClassName
{
border-color: #2CD54A;
}
</style>