Shades of Spring Green #2FFF69
Tints of Spring Green #2FFF69
RGB
CMYK
RGB Variations
Color information
#2FFF69 (or 0x2FFF69) is known color: Spring Green. HEX triplet: 2F, FF and 69. RGB value is (47,255,105). Sum of RGB (Red+Green+Blue) = 47+255+105=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF69 is #D00096. Grayscale: #B0B0B0. Windows color (decimal): -13631639 or 6946607. OLE color: 6946607.
HSL color Cylindrical-coordinate representation of color #2FFF69: hue angle of 136.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF69 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 105 | - |
| CMYK | 0.82 | 0 | 0.59 | 0 |
| HSL | 136.73º | 1% | 0.59% | - |
| HSV(B) | 136.73º | 0.82% | 1% | - |
| XYZ | 39.48 | 73.14 | 25.4 | - |
| YUV | 175.71 | 88.09 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 105 | 0.82 | 0 | 0.59 | 0 | 136.73 | 1 | 0.59 |
| Hex | 2F | FF | 69 | 52 | 0 | 3B | 0 | 89 | 64 | 3B |
| Octal | 57 | 377 | 151 | 122 | 0 | 73 | 0 | 211 | 144 | 73 |
| Binary | 101111 | 11111111 | 1101001 | 1010010 | 0 | 111011 | 0 | 10001001 | 1100100 | 111011 |
Color Harmonies of #2FFF69
Complementary color
Monochromatic Colors of #2FFF69
Black with #2FFF69
Text Example
Text Example
White with #2FFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF69; }
p { color: rgb(47,255,105); }
H1.HeaderClassName
{
color: #2FFF69;
}
.AnyTagClassName
{
color: #2FFF69;
}
</style>
background-color css
<style>
a { background-color: #2FFF69; }
a { background-color: rgb(47,255,105); }
div.DivClassName
{
background-color: #2FFF69;
}
.BgClassName
{
background-color: #2FFF69;
}
</style>
border-color css
<style>
span { border-color: #2FFF69; }
span { border-color: rgb(47,255,105); }
td.TdClassName
{
border-color: #2FFF69;
}
.TagClassName
{
border-color: #2FFF69;
}
</style>