Html Css Color HEX #2FFDAA Medium Spring Green

📋 copy color: '#2FFDAA'

red 47 ◦ green 253 ◦ blue 170

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

Shades of Medium Spring Green #2FFDAA

Tints of Medium Spring Green #2FFDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 10%
G = 53.83%
B = 36.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#2FFDAA (or 0x2FFDAA) is known color: Medium Spring Green. HEX triplet: 2F, FD and AA. RGB value is (47,253,170). Sum of RGB (Red+Green+Blue) = 47+253+170=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFDAA is #D00255. Grayscale: #B6B6B6. Windows color (decimal): -13632086 or 11205935. OLE color: 11205935.

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

Color convert

RGB 47 253 170 -
CMYK 0.81 0 0.33 0.01
HSL 155.83º 0.98% 0.59% -
HSV(B) 155.83º 0.81% 0.99% -
XYZ 43.55 73.76 49.97 -
YUV 181.94 121.25 31.75 -
System Red Green Blue C M Y K H S L
Decimal 47 253 170 0.81 0 0.33 0.01 155.83 0.98 0.59
Hex 2F FD AA 51 0 21 1 9C 62 3B
Octal 57 375 252 121 0 41 1 234 142 73
Binary 101111 11111101 10101010 1010001 0 100001 1 10011100 1100010 111011

Color Harmonies of #2FFDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFDAA

Black with #2FFDAA

Text Example


Text Example

White with #2FFDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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