Html Css Color HEX #2FF97E Spring Green

📋 copy color: '#2FF97E'

red 47 ◦ green 249 ◦ blue 126

#2FF97E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #2FF97E

Tints of Spring Green #2FF97E

RGB

 RED value IS 47 (18.75% from 255) = 11.14%

 GREEN value IS 249 (97.66% from 255) = 59%

 BLUE value IS 126 (49.61% from 255) = 29.86%

R = 11.14%
G = 59%
B = 29.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2FF97E (or 0x2FF97E) is known color: Spring Green. HEX triplet: 2F, F9 and 7E. RGB value is (47,249,126). Sum of RGB (Red+Green+Blue) = 47+249+126=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF97E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF97E is #D00681. Grayscale: #AEAEAE. Windows color (decimal): -13633154 or 8321327. OLE color: 8321327.

HSL color Cylindrical-coordinate representation of color #2FF97E: hue angle of 143.47º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF97E is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 126 -
CMYK 0.81 0 0.49 0.02
HSL 143.47º 0.94% 0.58% -
HSV(B) 143.47º 0.81% 0.98% -
XYZ 38.81 69.86 31.18 -
YUV 174.58 100.58 37 -
System Red Green Blue C M Y K H S L
Decimal 47 249 126 0.81 0 0.49 0.02 143.47 0.94 0.58
Hex 2F F9 7E 51 0 31 2 8F 5E 3A
Octal 57 371 176 121 0 61 2 217 136 72
Binary 101111 11111001 1111110 1010001 0 110001 10 10001111 1011110 111010

Color Harmonies of #2FF97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF97E

Black with #2FF97E

Text Example


Text Example

White with #2FF97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF97E; }

 p { color: rgb(47,249,126); }

 H1.HeaderClassName
 {
   color: #2FF97E;
 }
 .AnyTagClassName
 {
   color: #2FF97E;
 }
</style>

background-color css

<style>
 a { background-color: #2FF97E; }

 a { background-color: rgb(47,249,126); }

 div.DivClassName
 {
   background-color: #2FF97E;
 }
 .BgClassName
 {
   background-color: #2FF97E;
 }
</style>

border-color css

<style>
 span { border-color: #2FF97E; }

 span { border-color: rgb(47,249,126); }

 td.TdClassName
 {
   border-color: #2FF97E;
 }
 .TagClassName
 {
   border-color: #2FF97E;
 }
</style>