Html Css Color HEX #2FCB75 Medium Sea Green

📋 copy color: '#2FCB75'

red 47 ◦ green 203 ◦ blue 117

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

Shades of Medium Sea Green #2FCB75

Tints of Medium Sea Green #2FCB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.31%

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 12.81%
G = 55.31%
B = 31.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#2FCB75 (or 0x2FCB75) is known color: Medium Sea Green. HEX triplet: 2F, CB and 75. RGB value is (47,203,117). Sum of RGB (Red+Green+Blue) = 47+203+117=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCB75 is #D0348A. Grayscale: #929292. Windows color (decimal): -13644939 or 7719727. OLE color: 7719727.

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

Color convert

RGB 47 203 117 -
CMYK 0.77 0 0.42 0.20
HSL 146.92º 0.62% 0.49% -
HSV(B) 146.92º 0.77% 0.8% -
XYZ 25.74 44.6 24.08 -
YUV 146.55 111.32 56.99 -
System Red Green Blue C M Y K H S L
Decimal 47 203 117 0.77 0 0.42 0.20 146.92 0.62 0.49
Hex 2F CB 75 4D 0 2A 14 93 3E 31
Octal 57 313 165 115 0 52 24 223 76 61
Binary 101111 11001011 1110101 1001101 0 101010 10100 10010011 111110 110001

Color Harmonies of #2FCB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCB75

Black with #2FCB75

Text Example


Text Example

White with #2FCB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,203,117); }

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

background-color css

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

 a { background-color: rgb(47,203,117); }

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

border-color css

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

 span { border-color: rgb(47,203,117); }

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