Html Css Color HEX #2FFDA1 Medium Spring Green

📋 copy color: '#2FFDA1'

red 47 ◦ green 253 ◦ blue 161

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

Shades of Medium Spring Green #2FFDA1

Tints of Medium Spring Green #2FFDA1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.88%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 10.2%
G = 54.88%
B = 34.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#2FFDA1 (or 0x2FFDA1) is known color: Medium Spring Green. HEX triplet: 2F, FD and A1. RGB value is (47,253,161). Sum of RGB (Red+Green+Blue) = 47+253+161=461 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.20% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFDA1 is #D0025E. Grayscale: #B5B5B5. Windows color (decimal): -13632095 or 10616111. OLE color: 10616111.

HSL color Cylindrical-coordinate representation of color #2FFDA1: hue angle of 153.2º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDA1 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 161 -
CMYK 0.81 0 0.36 0.01
HSL 153.2º 0.98% 0.59% -
HSV(B) 153.2º 0.81% 0.99% -
XYZ 42.73 73.43 45.64 -
YUV 180.92 116.75 32.48 -
System Red Green Blue C M Y K H S L
Decimal 47 253 161 0.81 0 0.36 0.01 153.2 0.98 0.59
Hex 2F FD A1 51 0 24 1 99 62 3B
Octal 57 375 241 121 0 44 1 231 142 73
Binary 101111 11111101 10100001 1010001 0 100100 1 10011001 1100010 111011

Color Harmonies of #2FFDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFDA1

Black with #2FFDA1

Text Example


Text Example

White with #2FFDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,253,161); }

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

background-color css

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

 a { background-color: rgb(47,253,161); }

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

border-color css

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

 span { border-color: rgb(47,253,161); }

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