Html Css Color HEX #2FC274 Medium Sea Green

📋 copy color: '#2FC274'

red 47 ◦ green 194 ◦ blue 116

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

Shades of Medium Sea Green #2FC274

Tints of Medium Sea Green #2FC274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.34%

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

R = 13.17%
G = 54.34%
B = 32.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#2FC274 (or 0x2FC274) is known color: Medium Sea Green. HEX triplet: 2F, C2 and 74. RGB value is (47,194,116). Sum of RGB (Red+Green+Blue) = 47+194+116=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC274 is #D03D8B. Grayscale: #8D8D8D. Windows color (decimal): -13647244 or 7651887. OLE color: 7651887.

HSL color Cylindrical-coordinate representation of color #2FC274: hue angle of 148.16º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC274 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 116 -
CMYK 0.76 0 0.40 0.24
HSL 148.16º 0.61% 0.47% -
HSV(B) 148.16º 0.76% 0.76% -
XYZ 23.62 40.45 23.09 -
YUV 141.16 113.8 60.84 -
System Red Green Blue C M Y K H S L
Decimal 47 194 116 0.76 0 0.40 0.24 148.16 0.61 0.47
Hex 2F C2 74 4C 0 28 18 94 3D 2F
Octal 57 302 164 114 0 50 30 224 75 57
Binary 101111 11000010 1110100 1001100 0 101000 11000 10010100 111101 101111

Color Harmonies of #2FC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC274

Black with #2FC274

Text Example


Text Example

White with #2FC274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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