Shades of Lime Green #2FF63D
Tints of Lime Green #2FF63D
RGB
CMYK
RGB Variations
Color information
#2FF63D (or 0x2FF63D) is known color: Lime Green. HEX triplet: 2F, F6 and 3D. RGB value is (47,246,61). Sum of RGB (Red+Green+Blue) = 47+246+61=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF63D is #D009C2. Grayscale: #A5A5A5. Windows color (decimal): -13633987 or 4060719. OLE color: 4060719.
HSL color Cylindrical-coordinate representation of color #2FF63D: hue angle of 124.22º degrees, saturation: 0.92, 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 #2FF63D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 61 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.04 |
| HSL | 124.22º | 0.92% | 0.57% | - |
| HSV(B) | 124.22º | 0.81% | 0.96% | - |
| XYZ | 34.97 | 66.85 | 15.48 | - |
| YUV | 165.41 | 69.07 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 61 | 0.81 | 0 | 0.75 | 0.04 | 124.22 | 0.92 | 0.57 |
| Hex | 2F | F6 | 3D | 51 | 0 | 4B | 4 | 7C | 5C | 39 |
| Octal | 57 | 366 | 75 | 121 | 0 | 113 | 4 | 174 | 134 | 71 |
| Binary | 101111 | 11110110 | 111101 | 1010001 | 0 | 1001011 | 100 | 1111100 | 1011100 | 111001 |
Color Harmonies of #2FF63D
Complementary color
Monochromatic Colors of #2FF63D
Black with #2FF63D
Text Example
Text Example
White with #2FF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF63D; }
p { color: rgb(47,246,61); }
H1.HeaderClassName
{
color: #2FF63D;
}
.AnyTagClassName
{
color: #2FF63D;
}
</style>
background-color css
<style>
a { background-color: #2FF63D; }
a { background-color: rgb(47,246,61); }
div.DivClassName
{
background-color: #2FF63D;
}
.BgClassName
{
background-color: #2FF63D;
}
</style>
border-color css
<style>
span { border-color: #2FF63D; }
span { border-color: rgb(47,246,61); }
td.TdClassName
{
border-color: #2FF63D;
}
.TagClassName
{
border-color: #2FF63D;
}
</style>