Html Css Color HEX #2FD46A Medium Sea Green

📋 copy color: '#2FD46A'

red 47 ◦ green 212 ◦ blue 106

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

Shades of Medium Sea Green #2FD46A

Tints of Medium Sea Green #2FD46A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.08%

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 12.88%
G = 58.08%
B = 29.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#2FD46A (or 0x2FD46A) is known color: Medium Sea Green. HEX triplet: 2F, D4 and 6A. RGB value is (47,212,106). Sum of RGB (Red+Green+Blue) = 47+212+106=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD46A is #D02B95. Grayscale: #969696. Windows color (decimal): -13642646 or 7001135. OLE color: 7001135.

HSL color Cylindrical-coordinate representation of color #2FD46A: hue angle of 141.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD46A is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 47 212 106 -
CMYK 0.78 0 0.5 0.17
HSL 141.45º 0.66% 0.51% -
HSV(B) 141.45º 0.78% 0.83% -
XYZ 27.32 48.73 21.6 -
YUV 150.58 102.84 54.12 -
System Red Green Blue C M Y K H S L
Decimal 47 212 106 0.78 0 0.5 0.17 141.45 0.66 0.51
Hex 2F D4 6A 4E 0 32 11 8D 42 33
Octal 57 324 152 116 0 62 21 215 102 63
Binary 101111 11010100 1101010 1001110 0 110010 10001 10001101 1000010 110011

Color Harmonies of #2FD46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD46A

Black with #2FD46A

Text Example


Text Example

White with #2FD46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,212,106); }

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

background-color css

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

 a { background-color: rgb(47,212,106); }

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

border-color css

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

 span { border-color: rgb(47,212,106); }

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