Shades of Lime Green #2FF53D
Tints of Lime Green #2FF53D
RGB
CMYK
RGB Variations
Color information
#2FF53D (or 0x2FF53D) is known color: Lime Green. HEX triplet: 2F, F5 and 3D. RGB value is (47,245,61). Sum of RGB (Red+Green+Blue) = 47+245+61=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 245 (96.09% from 255 or 69.41% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF53D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF53D is #D00AC2. Grayscale: #A5A5A5. Windows color (decimal): -13634243 or 4060463. OLE color: 4060463.
HSL color Cylindrical-coordinate representation of color #2FF53D: hue angle of 124.24º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF53D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 61 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.04 |
| HSL | 124.24º | 0.91% | 0.57% | - |
| HSV(B) | 124.24º | 0.81% | 0.96% | - |
| XYZ | 34.67 | 66.25 | 15.37 | - |
| YUV | 164.82 | 69.4 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 61 | 0.81 | 0 | 0.75 | 0.04 | 124.24 | 0.91 | 0.57 |
| Hex | 2F | F5 | 3D | 51 | 0 | 4B | 4 | 7C | 5B | 39 |
| Octal | 57 | 365 | 75 | 121 | 0 | 113 | 4 | 174 | 133 | 71 |
| Binary | 101111 | 11110101 | 111101 | 1010001 | 0 | 1001011 | 100 | 1111100 | 1011011 | 111001 |
Color Harmonies of #2FF53D
Complementary color
Monochromatic Colors of #2FF53D
Black with #2FF53D
Text Example
Text Example
White with #2FF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF53D; }
p { color: rgb(47,245,61); }
H1.HeaderClassName
{
color: #2FF53D;
}
.AnyTagClassName
{
color: #2FF53D;
}
</style>
background-color css
<style>
a { background-color: #2FF53D; }
a { background-color: rgb(47,245,61); }
div.DivClassName
{
background-color: #2FF53D;
}
.BgClassName
{
background-color: #2FF53D;
}
</style>
border-color css
<style>
span { border-color: #2FF53D; }
span { border-color: rgb(47,245,61); }
td.TdClassName
{
border-color: #2FF53D;
}
.TagClassName
{
border-color: #2FF53D;
}
</style>