#2FBE5A

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

Shades of Medium Sea Green #2FBE5A

Tints of Medium Sea Green #2FBE5A

Color information

#2FBE5A (or 0x2FBE5A) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BE and 5A. RGB value is (47,190,90). Sum of RGB (Red+Green+Blue) = 47+190+90=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBE5A is #D041A5. Grayscale: #888888. Windows color (decimal): -13648294 or 5946927. OLE color: 5946927.

HSL color Cylindrical-coordinate representation of color #2FBE5A: hue angle of 138.04º 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 #2FBE5A is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB4719090-
CMYK0.7500.530.25
HSL138.04º60.34%46.47%-
HSV(B)138.04º75.26%74.51%-
XYZ21.4338.1715.91-
YUV135.84102.1264.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 190 (74.61% from 255) = 58.10%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=14.37%
G=58.10%
B=27.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47190900.7500.530.25138.0460.3446.47
Hex2FBE5A4B035198a3c2e
Octal57276132113065312127456
Binary101111101111101011010100101101101011100110001010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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