Html Css Color HEX #2FCD5F Medium Sea Green

📋 copy color: '#2FCD5F'

red 47 ◦ green 205 ◦ blue 95

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

Shades of Medium Sea Green #2FCD5F

Tints of Medium Sea Green #2FCD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 13.54%
G = 59.08%
B = 27.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#2FCD5F (or 0x2FCD5F) is known color: Medium Sea Green. HEX triplet: 2F, CD and 5F. RGB value is (47,205,95). Sum of RGB (Red+Green+Blue) = 47+205+95=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD5F is #D032A0. Grayscale: #919191. Windows color (decimal): -13644449 or 6278447. OLE color: 6278447.

HSL color Cylindrical-coordinate representation of color #2FCD5F: hue angle of 138.23º 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 #2FCD5F is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 205 95 -
CMYK 0.77 0 0.54 0.20
HSL 138.23º 0.63% 0.49% -
HSV(B) 138.23º 0.77% 0.8% -
XYZ 25.07 45.09 18.21 -
YUV 145.22 99.65 57.94 -
System Red Green Blue C M Y K H S L
Decimal 47 205 95 0.77 0 0.54 0.20 138.23 0.63 0.49
Hex 2F CD 5F 4D 0 36 14 8A 3F 31
Octal 57 315 137 115 0 66 24 212 77 61
Binary 101111 11001101 1011111 1001101 0 110110 10100 10001010 111111 110001

Color Harmonies of #2FCD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCD5F

Black with #2FCD5F

Text Example


Text Example

White with #2FCD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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