Html Css Color HEX #2FD074 Medium Sea Green

📋 copy color: '#2FD074'

red 47 ◦ green 208 ◦ blue 116

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

Shades of Medium Sea Green #2FD074

Tints of Medium Sea Green #2FD074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.06%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 12.67%
G = 56.06%
B = 31.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#2FD074 (or 0x2FD074) is known color: Medium Sea Green. HEX triplet: 2F, D0 and 74. RGB value is (47,208,116). Sum of RGB (Red+Green+Blue) = 47+208+116=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD074 is #D02F8B. Grayscale: #959595. Windows color (decimal): -13643660 or 7655471. OLE color: 7655471.

HSL color Cylindrical-coordinate representation of color #2FD074: hue angle of 145.71º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD074 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 116 -
CMYK 0.77 0 0.44 0.18
HSL 145.71º 0.63% 0.5% -
HSV(B) 145.71º 0.77% 0.82% -
XYZ 26.88 46.98 24.17 -
YUV 149.37 109.16 54.98 -
System Red Green Blue C M Y K H S L
Decimal 47 208 116 0.77 0 0.44 0.18 145.71 0.63 0.5
Hex 2F D0 74 4D 0 2C 12 92 3F 32
Octal 57 320 164 115 0 54 22 222 77 62
Binary 101111 11010000 1110100 1001101 0 101100 10010 10010010 111111 110010

Color Harmonies of #2FD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD074

Black with #2FD074

Text Example


Text Example

White with #2FD074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,208,116); }

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

background-color css

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

 a { background-color: rgb(47,208,116); }

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

border-color css

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

 span { border-color: rgb(47,208,116); }

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