Shades of Spring Green #2FF382
Tints of Spring Green #2FF382
RGB
CMYK
RGB Variations
Color information
#2FF382 (or 0x2FF382) is known color: Spring Green. HEX triplet: 2F, F3 and 82. RGB value is (47,243,130). Sum of RGB (Red+Green+Blue) = 47+243+130=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF382 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF382 is #D00C7D. Grayscale: #ABABAB. Windows color (decimal): -13634686 or 8581935. OLE color: 8581935.
HSL color Cylindrical-coordinate representation of color #2FF382: hue angle of 145.41º 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 #2FF382 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 130 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.05 |
| HSL | 145.41º | 0.89% | 0.57% | - |
| HSV(B) | 145.41º | 0.81% | 0.95% | - |
| XYZ | 37.25 | 66.32 | 31.96 | - |
| YUV | 171.51 | 104.57 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 130 | 0.81 | 0 | 0.47 | 0.05 | 145.41 | 0.89 | 0.57 |
| Hex | 2F | F3 | 82 | 51 | 0 | 2F | 5 | 91 | 59 | 39 |
| Octal | 57 | 363 | 202 | 121 | 0 | 57 | 5 | 221 | 131 | 71 |
| Binary | 101111 | 11110011 | 10000010 | 1010001 | 0 | 101111 | 101 | 10010001 | 1011001 | 111001 |
Color Harmonies of #2FF382
Complementary color
Monochromatic Colors of #2FF382
Black with #2FF382
Text Example
Text Example
White with #2FF382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF382; }
p { color: rgb(47,243,130); }
H1.HeaderClassName
{
color: #2FF382;
}
.AnyTagClassName
{
color: #2FF382;
}
</style>
background-color css
<style>
a { background-color: #2FF382; }
a { background-color: rgb(47,243,130); }
div.DivClassName
{
background-color: #2FF382;
}
.BgClassName
{
background-color: #2FF382;
}
</style>
border-color css
<style>
span { border-color: #2FF382; }
span { border-color: rgb(47,243,130); }
td.TdClassName
{
border-color: #2FF382;
}
.TagClassName
{
border-color: #2FF382;
}
</style>