#2FBD58

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

Shades of Medium Sea Green #2FBD58

Tints of Medium Sea Green #2FBD58

Color information

#2FBD58 (or 0x2FBD58) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BD and 58. RGB value is (47,189,88). Sum of RGB (Red+Green+Blue) = 47+189+88=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBD58 is #D042A7. Grayscale: #878787. Windows color (decimal): -13648552 or 5815599. OLE color: 5815599.

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

Color convert

RGB4718988-
CMYK0.7500.530.26
HSL137.32º60.17%46.27%-
HSV(B)137.32º75.13%74.12%-
XYZ21.1337.715.4-
YUV135.03101.4665.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.51%
GREEN value IS 189 (74.22% from 255) = 58.33%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=14.51%
G=58.33%
B=27.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47189880.7500.530.26137.3260.1746.27
Hex2FBD584B0351A893c2e
Octal57275130113065322117456
Binary101111101111011011000100101101101011101010001001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,189,88); }

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

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

 a { background-color: rgb(47,189,88); }

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

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

 span { border-color: rgb(47,189,88); }

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