Html Css Color HEX #2FFCAC Medium Spring Green

📋 copy color: '#2FFCAC'

red 47 ◦ green 252 ◦ blue 172

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

Shades of Medium Spring Green #2FFCAC

Tints of Medium Spring Green #2FFCAC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.5%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 9.98%
G = 53.5%
B = 36.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#2FFCAC (or 0x2FFCAC) is known color: Medium Spring Green. HEX triplet: 2F, FC and AC. RGB value is (47,252,172). Sum of RGB (Red+Green+Blue) = 47+252+172=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFCAC is #D00353. Grayscale: #B5B5B5. Windows color (decimal): -13632340 or 11336751. OLE color: 11336751.

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

Color convert

RGB 47 252 172 -
CMYK 0.81 0 0.32 0.01
HSL 156.59º 0.97% 0.59% -
HSV(B) 156.59º 0.81% 0.99% -
XYZ 43.43 73.2 50.87 -
YUV 181.59 122.58 32 -
System Red Green Blue C M Y K H S L
Decimal 47 252 172 0.81 0 0.32 0.01 156.59 0.97 0.59
Hex 2F FC AC 51 0 20 1 9D 61 3B
Octal 57 374 254 121 0 40 1 235 141 73
Binary 101111 11111100 10101100 1010001 0 100000 1 10011101 1100001 111011

Color Harmonies of #2FFCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCAC

Black with #2FFCAC

Text Example


Text Example

White with #2FFCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,252,172); }

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

background-color css

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

 a { background-color: rgb(47,252,172); }

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

border-color css

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

 span { border-color: rgb(47,252,172); }

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