Shades of Lime Green #2FF235
Tints of Lime Green #2FF235
RGB
CMYK
RGB Variations
Color information
#2FF235 (or 0x2FF235) is known color: Lime Green. HEX triplet: 2F, F2 and 35. RGB value is (47,242,53). Sum of RGB (Red+Green+Blue) = 47+242+53=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF235 is #D00DCA. Grayscale: #A2A2A2. Windows color (decimal): -13635019 or 3535407. OLE color: 3535407.
HSL color Cylindrical-coordinate representation of color #2FF235: hue angle of 121.85º 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 #2FF235 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 53 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.05 |
| HSL | 121.85º | 0.88% | 0.57% | - |
| HSV(B) | 121.85º | 0.81% | 0.95% | - |
| XYZ | 33.57 | 64.37 | 14.02 | - |
| YUV | 162.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 53 | 0.81 | 0 | 0.78 | 0.05 | 121.85 | 0.88 | 0.57 |
| Hex | 2F | F2 | 35 | 51 | 0 | 4E | 5 | 7A | 58 | 39 |
| Octal | 57 | 362 | 65 | 121 | 0 | 116 | 5 | 172 | 130 | 71 |
| Binary | 101111 | 11110010 | 110101 | 1010001 | 0 | 1001110 | 101 | 1111010 | 1011000 | 111001 |
Color Harmonies of #2FF235
Complementary color
Monochromatic Colors of #2FF235
Black with #2FF235
Text Example
Text Example
White with #2FF235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF235; }
p { color: rgb(47,242,53); }
H1.HeaderClassName
{
color: #2FF235;
}
.AnyTagClassName
{
color: #2FF235;
}
</style>
background-color css
<style>
a { background-color: #2FF235; }
a { background-color: rgb(47,242,53); }
div.DivClassName
{
background-color: #2FF235;
}
.BgClassName
{
background-color: #2FF235;
}
</style>
border-color css
<style>
span { border-color: #2FF235; }
span { border-color: rgb(47,242,53); }
td.TdClassName
{
border-color: #2FF235;
}
.TagClassName
{
border-color: #2FF235;
}
</style>