Shades of Lime Green #2FF225
Tints of Lime Green #2FF225
RGB
CMYK
RGB Variations
Color information
#2FF225 (or 0x2FF225) is known color: Lime Green. HEX triplet: 2F, F2 and 25. RGB value is (47,242,37). Sum of RGB (Red+Green+Blue) = 47+242+37=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF225 is #D00DDA. Grayscale: #A0A0A0. Windows color (decimal): -13635035 or 2486831. OLE color: 2486831.
HSL color Cylindrical-coordinate representation of color #2FF225: hue angle of 117.07º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FF225 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 37 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.05 |
| HSL | 117.07º | 0.89% | 0.55% | - |
| HSV(B) | 117.07º | 0.85% | 0.95% | - |
| XYZ | 33.26 | 64.24 | 12.4 | - |
| YUV | 160.33 | 58.4 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 37 | 0.81 | 0 | 0.85 | 0.05 | 117.07 | 0.89 | 0.55 |
| Hex | 2F | F2 | 25 | 51 | 0 | 55 | 5 | 75 | 59 | 37 |
| Octal | 57 | 362 | 45 | 121 | 0 | 125 | 5 | 165 | 131 | 67 |
| Binary | 101111 | 11110010 | 100101 | 1010001 | 0 | 1010101 | 101 | 1110101 | 1011001 | 110111 |
Color Harmonies of #2FF225
Complementary color
Monochromatic Colors of #2FF225
Black with #2FF225
Text Example
Text Example
White with #2FF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF225; }
p { color: rgb(47,242,37); }
H1.HeaderClassName
{
color: #2FF225;
}
.AnyTagClassName
{
color: #2FF225;
}
</style>
background-color css
<style>
a { background-color: #2FF225; }
a { background-color: rgb(47,242,37); }
div.DivClassName
{
background-color: #2FF225;
}
.BgClassName
{
background-color: #2FF225;
}
</style>
border-color css
<style>
span { border-color: #2FF225; }
span { border-color: rgb(47,242,37); }
td.TdClassName
{
border-color: #2FF225;
}
.TagClassName
{
border-color: #2FF225;
}
</style>