Html Css Color HEX #2FC06C Medium Sea Green

📋 copy color: '#2FC06C'

red 47 ◦ green 192 ◦ blue 108

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

Shades of Medium Sea Green #2FC06C

Tints of Medium Sea Green #2FC06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.33%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 13.54%
G = 55.33%
B = 31.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#2FC06C (or 0x2FC06C) is known color: Medium Sea Green. HEX triplet: 2F, C0 and 6C. RGB value is (47,192,108). Sum of RGB (Red+Green+Blue) = 47+192+108=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC06C is #D03F93. Grayscale: #8B8B8B. Windows color (decimal): -13647764 or 7127087. OLE color: 7127087.

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

Color convert

RGB 47 192 108 -
CMYK 0.76 0 0.44 0.25
HSL 145.24º 0.61% 0.47% -
HSV(B) 145.24º 0.76% 0.75% -
XYZ 22.73 39.39 20.59 -
YUV 139.07 110.46 62.33 -
System Red Green Blue C M Y K H S L
Decimal 47 192 108 0.76 0 0.44 0.25 145.24 0.61 0.47
Hex 2F C0 6C 4C 0 2C 19 91 3D 2F
Octal 57 300 154 114 0 54 31 221 75 57
Binary 101111 11000000 1101100 1001100 0 101100 11001 10010001 111101 101111

Color Harmonies of #2FC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC06C

Black with #2FC06C

Text Example


Text Example

White with #2FC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,192,108); }

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

background-color css

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

 a { background-color: rgb(47,192,108); }

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

border-color css

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

 span { border-color: rgb(47,192,108); }

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