#2FBE7C

Color #2FBE7C Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2FBE7C

Tints of Medium Sea Green #2FBE7C

Color information

#2FBE7C (or 0x2FBE7C) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BE and 7C. RGB value is (47,190,124). Sum of RGB (Red+Green+Blue) = 47+190+124=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBE7C is #D04183. Grayscale: #8B8B8B. Windows color (decimal): -13648260 or 8175151. OLE color: 8175151.

HSL color Cylindrical-coordinate representation of color #2FBE7C: hue angle of 152.31º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE7C is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB47190124-
CMYK0.7500.350.25
HSL152.31º60.34%46.47%-
HSV(B)152.31º75.26%74.51%-
XYZ23.2238.8925.35-
YUV139.72119.1261.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.02%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=13.02%
G=52.63%
B=34.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471901240.7500.350.25152.3160.3446.47
Hex2FBE7C4B02319983c2e
Octal57276174113043312307456
Binary101111101111101111100100101101000111100110011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,190,124); }

 H1.HeaderClassName
 {
   color: #2FBE7C;
 }
 .AnyTagClassName
 {
   color: #2FBE7C;
 }
</style>
background-color css

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

 a { background-color: rgb(47,190,124); }

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

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

 span { border-color: rgb(47,190,124); }

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