Html Css Color HEX #2FFDA0 Medium Spring Green

📋 copy color: '#2FFDA0'

red 47 ◦ green 253 ◦ blue 160

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

Shades of Medium Spring Green #2FFDA0

Tints of Medium Spring Green #2FFDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 10.22%
G = 55%
B = 34.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#2FFDA0 (or 0x2FFDA0) is known color: Medium Spring Green. HEX triplet: 2F, FD and A0. RGB value is (47,253,160). Sum of RGB (Red+Green+Blue) = 47+253+160=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFDA0 is #D0025F. Grayscale: #B4B4B4. Windows color (decimal): -13632096 or 10550575. OLE color: 10550575.

HSL color Cylindrical-coordinate representation of color #2FFDA0: hue angle of 152.91º 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 #2FFDA0 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 160 -
CMYK 0.81 0 0.37 0.01
HSL 152.91º 0.98% 0.59% -
HSV(B) 152.91º 0.81% 0.99% -
XYZ 42.64 73.39 45.18 -
YUV 180.8 116.25 32.56 -
System Red Green Blue C M Y K H S L
Decimal 47 253 160 0.81 0 0.37 0.01 152.91 0.98 0.59
Hex 2F FD A0 51 0 25 1 99 62 3B
Octal 57 375 240 121 0 45 1 231 142 73
Binary 101111 11111101 10100000 1010001 0 100101 1 10011001 1100010 111011

Color Harmonies of #2FFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFDA0

Black with #2FFDA0

Text Example


Text Example

White with #2FFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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