Shades of Lime Green #2FF32C
Tints of Lime Green #2FF32C
RGB
CMYK
RGB Variations
Color information
#2FF32C (or 0x2FF32C) is known color: Lime Green. HEX triplet: 2F, F3 and 2C. RGB value is (47,243,44). Sum of RGB (Red+Green+Blue) = 47+243+44=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF32C is #D00CD3. Grayscale: #A2A2A2. Windows color (decimal): -13634772 or 2945839. OLE color: 2945839.
HSL color Cylindrical-coordinate representation of color #2FF32C: hue angle of 119.1º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FF32C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 44 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.05 |
| HSL | 119.1º | 0.89% | 0.56% | - |
| HSV(B) | 119.1º | 0.82% | 0.95% | - |
| XYZ | 33.68 | 64.89 | 13.13 | - |
| YUV | 161.71 | 61.57 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 44 | 0.81 | 0 | 0.82 | 0.05 | 119.1 | 0.89 | 0.56 |
| Hex | 2F | F3 | 2C | 51 | 0 | 52 | 5 | 77 | 59 | 38 |
| Octal | 57 | 363 | 54 | 121 | 0 | 122 | 5 | 167 | 131 | 70 |
| Binary | 101111 | 11110011 | 101100 | 1010001 | 0 | 1010010 | 101 | 1110111 | 1011001 | 111000 |
Color Harmonies of #2FF32C
Complementary color
Monochromatic Colors of #2FF32C
Black with #2FF32C
Text Example
Text Example
White with #2FF32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF32C; }
p { color: rgb(47,243,44); }
H1.HeaderClassName
{
color: #2FF32C;
}
.AnyTagClassName
{
color: #2FF32C;
}
</style>
background-color css
<style>
a { background-color: #2FF32C; }
a { background-color: rgb(47,243,44); }
div.DivClassName
{
background-color: #2FF32C;
}
.BgClassName
{
background-color: #2FF32C;
}
</style>
border-color css
<style>
span { border-color: #2FF32C; }
span { border-color: rgb(47,243,44); }
td.TdClassName
{
border-color: #2FF32C;
}
.TagClassName
{
border-color: #2FF32C;
}
</style>