Shades of Spring Green #2FF66D
Tints of Spring Green #2FF66D
RGB
CMYK
RGB Variations
Color information
#2FF66D (or 0x2FF66D) is known color: Spring Green. HEX triplet: 2F, F6 and 6D. RGB value is (47,246,109). Sum of RGB (Red+Green+Blue) = 47+246+109=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 246 (96.48% from 255 or 61.19% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF66D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF66D is #D00992. Grayscale: #ABABAB. Windows color (decimal): -13633939 or 7206447. OLE color: 7206447.
HSL color Cylindrical-coordinate representation of color #2FF66D: hue angle of 138.69º 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 #2FF66D is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 109 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.04 |
| HSL | 138.69º | 0.92% | 0.57% | - |
| HSV(B) | 138.69º | 0.81% | 0.96% | - |
| XYZ | 36.89 | 67.62 | 25.58 | - |
| YUV | 170.88 | 93.07 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 109 | 0.81 | 0 | 0.56 | 0.04 | 138.69 | 0.92 | 0.57 |
| Hex | 2F | F6 | 6D | 51 | 0 | 38 | 4 | 8B | 5C | 39 |
| Octal | 57 | 366 | 155 | 121 | 0 | 70 | 4 | 213 | 134 | 71 |
| Binary | 101111 | 11110110 | 1101101 | 1010001 | 0 | 111000 | 100 | 10001011 | 1011100 | 111001 |
Color Harmonies of #2FF66D
Complementary color
Monochromatic Colors of #2FF66D
Black with #2FF66D
Text Example
Text Example
White with #2FF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF66D; }
p { color: rgb(47,246,109); }
H1.HeaderClassName
{
color: #2FF66D;
}
.AnyTagClassName
{
color: #2FF66D;
}
</style>
background-color css
<style>
a { background-color: #2FF66D; }
a { background-color: rgb(47,246,109); }
div.DivClassName
{
background-color: #2FF66D;
}
.BgClassName
{
background-color: #2FF66D;
}
</style>
border-color css
<style>
span { border-color: #2FF66D; }
span { border-color: rgb(47,246,109); }
td.TdClassName
{
border-color: #2FF66D;
}
.TagClassName
{
border-color: #2FF66D;
}
</style>