Html Css Color HEX #2FD274 Medium Sea Green

📋 copy color: '#2FD274'

red 47 ◦ green 210 ◦ blue 116

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

Shades of Medium Sea Green #2FD274

Tints of Medium Sea Green #2FD274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.3%

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

R = 12.6%
G = 56.3%
B = 31.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#2FD274 (or 0x2FD274) is known color: Medium Sea Green. HEX triplet: 2F, D2 and 74. RGB value is (47,210,116). Sum of RGB (Red+Green+Blue) = 47+210+116=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD274 is #D02D8B. Grayscale: #969696. Windows color (decimal): -13643148 or 7655983. OLE color: 7655983.

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

Color convert

RGB 47 210 116 -
CMYK 0.78 0 0.45 0.18
HSL 145.4º 0.64% 0.5% -
HSV(B) 145.4º 0.78% 0.82% -
XYZ 27.37 47.96 24.34 -
YUV 150.55 108.5 54.14 -
System Red Green Blue C M Y K H S L
Decimal 47 210 116 0.78 0 0.45 0.18 145.4 0.64 0.5
Hex 2F D2 74 4E 0 2D 12 91 40 32
Octal 57 322 164 116 0 55 22 221 100 62
Binary 101111 11010010 1110100 1001110 0 101101 10010 10010001 1000000 110010

Color Harmonies of #2FD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD274

Black with #2FD274

Text Example


Text Example

White with #2FD274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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