Html Css Color HEX #2FCD7A Medium Sea Green

📋 copy color: '#2FCD7A'

red 47 ◦ green 205 ◦ blue 122

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

Shades of Medium Sea Green #2FCD7A

Tints of Medium Sea Green #2FCD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.81%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 12.57%
G = 54.81%
B = 32.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#2FCD7A (or 0x2FCD7A) is known color: Medium Sea Green. HEX triplet: 2F, CD and 7A. RGB value is (47,205,122). Sum of RGB (Red+Green+Blue) = 47+205+122=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD7A is #D03285. Grayscale: #949494. Windows color (decimal): -13644422 or 8047919. OLE color: 8047919.

HSL color Cylindrical-coordinate representation of color #2FCD7A: hue angle of 148.48º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCD7A is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 205 122 -
CMYK 0.77 0 0.40 0.20
HSL 148.48º 0.63% 0.49% -
HSV(B) 148.48º 0.77% 0.8% -
XYZ 26.52 45.67 25.83 -
YUV 148.3 113.15 55.75 -
System Red Green Blue C M Y K H S L
Decimal 47 205 122 0.77 0 0.40 0.20 148.48 0.63 0.49
Hex 2F CD 7A 4D 0 28 14 94 3F 31
Octal 57 315 172 115 0 50 24 224 77 61
Binary 101111 11001101 1111010 1001101 0 101000 10100 10010100 111111 110001

Color Harmonies of #2FCD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD7A

Black with #2FCD7A

Text Example


Text Example

White with #2FCD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,205,122); }

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

background-color css

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

 a { background-color: rgb(47,205,122); }

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

border-color css

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

 span { border-color: rgb(47,205,122); }

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