Shades of Lime Green #2FF232
Tints of Lime Green #2FF232
RGB
CMYK
RGB Variations
Color information
#2FF232 (or 0x2FF232) is known color: Lime Green. HEX triplet: 2F, F2 and 32. RGB value is (47,242,50). Sum of RGB (Red+Green+Blue) = 47+242+50=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF232 is #D00DCD. Grayscale: #A2A2A2. Windows color (decimal): -13635022 or 3338799. OLE color: 3338799.
HSL color Cylindrical-coordinate representation of color #2FF232: hue angle of 120.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF232 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 50 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.05 |
| HSL | 120.92º | 0.88% | 0.57% | - |
| HSV(B) | 120.92º | 0.81% | 0.95% | - |
| XYZ | 33.5 | 64.34 | 13.67 | - |
| YUV | 161.81 | 64.9 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 50 | 0.81 | 0 | 0.79 | 0.05 | 120.92 | 0.88 | 0.57 |
| Hex | 2F | F2 | 32 | 51 | 0 | 4F | 5 | 79 | 58 | 39 |
| Octal | 57 | 362 | 62 | 121 | 0 | 117 | 5 | 171 | 130 | 71 |
| Binary | 101111 | 11110010 | 110010 | 1010001 | 0 | 1001111 | 101 | 1111001 | 1011000 | 111001 |
Color Harmonies of #2FF232
Complementary color
Monochromatic Colors of #2FF232
Black with #2FF232
Text Example
Text Example
White with #2FF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF232; }
p { color: rgb(47,242,50); }
H1.HeaderClassName
{
color: #2FF232;
}
.AnyTagClassName
{
color: #2FF232;
}
</style>
background-color css
<style>
a { background-color: #2FF232; }
a { background-color: rgb(47,242,50); }
div.DivClassName
{
background-color: #2FF232;
}
.BgClassName
{
background-color: #2FF232;
}
</style>
border-color css
<style>
span { border-color: #2FF232; }
span { border-color: rgb(47,242,50); }
td.TdClassName
{
border-color: #2FF232;
}
.TagClassName
{
border-color: #2FF232;
}
</style>