Html Css Color HEX #2FD370 Medium Sea Green

📋 copy color: '#2FD370'

red 47 ◦ green 211 ◦ blue 112

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

Shades of Medium Sea Green #2FD370

Tints of Medium Sea Green #2FD370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.03%

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 12.7%
G = 57.03%
B = 30.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#2FD370 (or 0x2FD370) is known color: Medium Sea Green. HEX triplet: 2F, D3 and 70. RGB value is (47,211,112). Sum of RGB (Red+Green+Blue) = 47+211+112=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 211 (82.81% from 255 or 57.03% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD370 is #D02C8F. Grayscale: #969696. Windows color (decimal): -13642896 or 7394095. OLE color: 7394095.

HSL color Cylindrical-coordinate representation of color #2FD370: hue angle of 143.78º degrees, saturation: 0.65, 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 #2FD370 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 47 211 112 -
CMYK 0.78 0 0.47 0.17
HSL 143.78º 0.65% 0.51% -
HSV(B) 143.78º 0.78% 0.83% -
XYZ 27.39 48.36 23.22 -
YUV 150.68 106.17 54.05 -
System Red Green Blue C M Y K H S L
Decimal 47 211 112 0.78 0 0.47 0.17 143.78 0.65 0.51
Hex 2F D3 70 4E 0 2F 11 90 41 33
Octal 57 323 160 116 0 57 21 220 101 63
Binary 101111 11010011 1110000 1001110 0 101111 10001 10010000 1000001 110011

Color Harmonies of #2FD370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD370

Black with #2FD370

Text Example


Text Example

White with #2FD370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,211,112); }

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

background-color css

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

 a { background-color: rgb(47,211,112); }

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

border-color css

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

 span { border-color: rgb(47,211,112); }

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