#2FD467

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

Shades of Medium Sea Green #2FD467

Tints of Medium Sea Green #2FD467

Color information

#2FD467 (or 0x2FD467) is unknown color: approx Medium Sea Green. HEX triplet: 2F, D4 and 67. RGB value is (47,212,103). Sum of RGB (Red+Green+Blue) = 47+212+103=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 212 (83.20% from 255 or 58.56% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD467 is #D02B98. Grayscale: #969696. Windows color (decimal): -13642649 or 6804527. OLE color: 6804527.

HSL color Cylindrical-coordinate representation of color #2FD467: hue angle of 140.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD467 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB47212103-
CMYK0.7800.510.17
HSL140.36º65.74%50.78%-
HSV(B)140.36º77.83%83.14%-
XYZ27.1648.6720.79-
YUV150.24101.3454.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.98%
GREEN value IS 212 (83.20% from 255) = 58.56%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=12.98%
G=58.56%
B=28.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal472121030.7800.510.17140.3665.7450.78
Hex2FD4674E033118c4233
Octal573241471160632121410263
Binary1011111101010011001111001110011001110001100011001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,212,103); }

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

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

 a { background-color: rgb(47,212,103); }

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

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

 span { border-color: rgb(47,212,103); }

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