Shades of Lime Green #2CF432
Tints of Lime Green #2CF432
RGB
CMYK
RGB Variations
Color information
#2CF432 (or 0x2CF432) is known color: Lime Green. HEX triplet: 2C, F4 and 32. RGB value is (44,244,50). Sum of RGB (Red+Green+Blue) = 44+244+50=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF432 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF432 is #D30BCD. Grayscale: #A2A2A2. Windows color (decimal): -13831118 or 3339308. OLE color: 3339308.
HSL color Cylindrical-coordinate representation of color #2CF432: hue angle of 121.8º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF432 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 244 | 50 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.04 |
| HSL | 121.8º | 0.9% | 0.56% | - |
| HSV(B) | 121.8º | 0.82% | 0.96% | - |
| XYZ | 33.97 | 65.47 | 13.86 | - |
| YUV | 162.08 | 64.74 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 244 | 50 | 0.82 | 0 | 0.80 | 0.04 | 121.8 | 0.9 | 0.56 |
| Hex | 2C | F4 | 32 | 52 | 0 | 50 | 4 | 7A | 5A | 38 |
| Octal | 54 | 364 | 62 | 122 | 0 | 120 | 4 | 172 | 132 | 70 |
| Binary | 101100 | 11110100 | 110010 | 1010010 | 0 | 1010000 | 100 | 1111010 | 1011010 | 111000 |
Color Harmonies of #2CF432
Complementary color
Monochromatic Colors of #2CF432
Black with #2CF432
Text Example
Text Example
White with #2CF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF432; }
p { color: rgb(44,244,50); }
H1.HeaderClassName
{
color: #2CF432;
}
.AnyTagClassName
{
color: #2CF432;
}
</style>
background-color css
<style>
a { background-color: #2CF432; }
a { background-color: rgb(44,244,50); }
div.DivClassName
{
background-color: #2CF432;
}
.BgClassName
{
background-color: #2CF432;
}
</style>
border-color css
<style>
span { border-color: #2CF432; }
span { border-color: rgb(44,244,50); }
td.TdClassName
{
border-color: #2CF432;
}
.TagClassName
{
border-color: #2CF432;
}
</style>