Shades of Lime Green #2CF732
Tints of Lime Green #2CF732
RGB
CMYK
RGB Variations
Color information
#2CF732 (or 0x2CF732) is known color: Lime Green. HEX triplet: 2C, F7 and 32. RGB value is (44,247,50). Sum of RGB (Red+Green+Blue) = 44+247+50=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF732 is #D308CD. Grayscale: #A4A4A4. Windows color (decimal): -13830350 or 3340076. OLE color: 3340076.
HSL color Cylindrical-coordinate representation of color #2CF732: hue angle of 121.77º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF732 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 50 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.03 |
| HSL | 121.77º | 0.93% | 0.57% | - |
| HSV(B) | 121.77º | 0.82% | 0.97% | - |
| XYZ | 34.88 | 67.29 | 14.17 | - |
| YUV | 163.85 | 63.75 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 50 | 0.82 | 0 | 0.80 | 0.03 | 121.77 | 0.93 | 0.57 |
| Hex | 2C | F7 | 32 | 52 | 0 | 50 | 3 | 7A | 5D | 39 |
| Octal | 54 | 367 | 62 | 122 | 0 | 120 | 3 | 172 | 135 | 71 |
| Binary | 101100 | 11110111 | 110010 | 1010010 | 0 | 1010000 | 11 | 1111010 | 1011101 | 111001 |
Color Harmonies of #2CF732
Complementary color
Monochromatic Colors of #2CF732
Black with #2CF732
Text Example
Text Example
White with #2CF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF732; }
p { color: rgb(44,247,50); }
H1.HeaderClassName
{
color: #2CF732;
}
.AnyTagClassName
{
color: #2CF732;
}
</style>
background-color css
<style>
a { background-color: #2CF732; }
a { background-color: rgb(44,247,50); }
div.DivClassName
{
background-color: #2CF732;
}
.BgClassName
{
background-color: #2CF732;
}
</style>
border-color css
<style>
span { border-color: #2CF732; }
span { border-color: rgb(44,247,50); }
td.TdClassName
{
border-color: #2CF732;
}
.TagClassName
{
border-color: #2CF732;
}
</style>