Html Css Color HEX #2FCF60 Medium Sea Green

📋 copy color: '#2FCF60'

red 47 ◦ green 207 ◦ blue 96

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

Shades of Medium Sea Green #2FCF60

Tints of Medium Sea Green #2FCF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.14%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 13.43%
G = 59.14%
B = 27.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#2FCF60 (or 0x2FCF60) is known color: Medium Sea Green. HEX triplet: 2F, CF and 60. RGB value is (47,207,96). Sum of RGB (Red+Green+Blue) = 47+207+96=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF60 is #D0309F. Grayscale: #929292. Windows color (decimal): -13643936 or 6344495. OLE color: 6344495.

HSL color Cylindrical-coordinate representation of color #2FCF60: hue angle of 138.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF60 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 207 96 -
CMYK 0.77 0 0.54 0.19
HSL 138.38º 0.63% 0.5% -
HSV(B) 138.38º 0.77% 0.81% -
XYZ 25.6 46.07 18.61 -
YUV 146.51 99.49 57.03 -
System Red Green Blue C M Y K H S L
Decimal 47 207 96 0.77 0 0.54 0.19 138.38 0.63 0.5
Hex 2F CF 60 4D 0 36 13 8A 3F 32
Octal 57 317 140 115 0 66 23 212 77 62
Binary 101111 11001111 1100000 1001101 0 110110 10011 10001010 111111 110010

Color Harmonies of #2FCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCF60

Black with #2FCF60

Text Example


Text Example

White with #2FCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,207,96); }

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

background-color css

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

 a { background-color: rgb(47,207,96); }

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

border-color css

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

 span { border-color: rgb(47,207,96); }

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