Shades of Spring Green #2FF381
Tints of Spring Green #2FF381
RGB
CMYK
RGB Variations
Color information
#2FF381 (or 0x2FF381) is known color: Spring Green. HEX triplet: 2F, F3 and 81. RGB value is (47,243,129). Sum of RGB (Red+Green+Blue) = 47+243+129=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF381 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF381 is #D00C7E. Grayscale: #ABABAB. Windows color (decimal): -13634687 or 8516399. OLE color: 8516399.
HSL color Cylindrical-coordinate representation of color #2FF381: hue angle of 145.1º degrees, saturation: 0.89, 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 #2FF381 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 129 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.05 |
| HSL | 145.1º | 0.89% | 0.57% | - |
| HSV(B) | 145.1º | 0.81% | 0.95% | - |
| XYZ | 37.19 | 66.29 | 31.6 | - |
| YUV | 171.4 | 104.07 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 129 | 0.81 | 0 | 0.47 | 0.05 | 145.1 | 0.89 | 0.57 |
| Hex | 2F | F3 | 81 | 51 | 0 | 2F | 5 | 91 | 59 | 39 |
| Octal | 57 | 363 | 201 | 121 | 0 | 57 | 5 | 221 | 131 | 71 |
| Binary | 101111 | 11110011 | 10000001 | 1010001 | 0 | 101111 | 101 | 10010001 | 1011001 | 111001 |
Color Harmonies of #2FF381
Complementary color
Monochromatic Colors of #2FF381
Black with #2FF381
Text Example
Text Example
White with #2FF381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF381; }
p { color: rgb(47,243,129); }
H1.HeaderClassName
{
color: #2FF381;
}
.AnyTagClassName
{
color: #2FF381;
}
</style>
background-color css
<style>
a { background-color: #2FF381; }
a { background-color: rgb(47,243,129); }
div.DivClassName
{
background-color: #2FF381;
}
.BgClassName
{
background-color: #2FF381;
}
</style>
border-color css
<style>
span { border-color: #2FF381; }
span { border-color: rgb(47,243,129); }
td.TdClassName
{
border-color: #2FF381;
}
.TagClassName
{
border-color: #2FF381;
}
</style>