Shades of Lime Green #2CFC44
Tints of Lime Green #2CFC44
RGB
CMYK
RGB Variations
Color information
#2CFC44 (or 0x2CFC44) is known color: Lime Green. HEX triplet: 2C, FC and 44. RGB value is (44,252,68). Sum of RGB (Red+Green+Blue) = 44+252+68=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 252 (98.83% from 255 or 69.23% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFC44 is #D303BB. Grayscale: #A9A9A9. Windows color (decimal): -13829052 or 4521004. OLE color: 4521004.
HSL color Cylindrical-coordinate representation of color #2CFC44: hue angle of 126.92º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFC44 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 68 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.01 |
| HSL | 126.92º | 0.97% | 0.58% | - |
| HSV(B) | 126.92º | 0.83% | 0.99% | - |
| XYZ | 36.89 | 70.57 | 17.15 | - |
| YUV | 168.83 | 71.09 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 68 | 0.83 | 0 | 0.73 | 0.01 | 126.92 | 0.97 | 0.58 |
| Hex | 2C | FC | 44 | 53 | 0 | 49 | 1 | 7F | 61 | 3A |
| Octal | 54 | 374 | 104 | 123 | 0 | 111 | 1 | 177 | 141 | 72 |
| Binary | 101100 | 11111100 | 1000100 | 1010011 | 0 | 1001001 | 1 | 1111111 | 1100001 | 111010 |
Color Harmonies of #2CFC44
Complementary color
Monochromatic Colors of #2CFC44
Black with #2CFC44
Text Example
Text Example
White with #2CFC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFC44; }
p { color: rgb(44,252,68); }
H1.HeaderClassName
{
color: #2CFC44;
}
.AnyTagClassName
{
color: #2CFC44;
}
</style>
background-color css
<style>
a { background-color: #2CFC44; }
a { background-color: rgb(44,252,68); }
div.DivClassName
{
background-color: #2CFC44;
}
.BgClassName
{
background-color: #2CFC44;
}
</style>
border-color css
<style>
span { border-color: #2CFC44; }
span { border-color: rgb(44,252,68); }
td.TdClassName
{
border-color: #2CFC44;
}
.TagClassName
{
border-color: #2CFC44;
}
</style>