Html Css Color HEX #2FC15F Medium Sea Green

📋 copy color: '#2FC15F'

red 47 ◦ green 193 ◦ blue 95

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

Shades of Medium Sea Green #2FC15F

Tints of Medium Sea Green #2FC15F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.61%

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

R = 14.03%
G = 57.61%
B = 28.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#2FC15F (or 0x2FC15F) is known color: Medium Sea Green. HEX triplet: 2F, C1 and 5F. RGB value is (47,193,95). Sum of RGB (Red+Green+Blue) = 47+193+95=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC15F is #D03EA0. Grayscale: #8A8A8A. Windows color (decimal): -13647521 or 6275375. OLE color: 6275375.

HSL color Cylindrical-coordinate representation of color #2FC15F: hue angle of 139.73º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC15F is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 193 95 -
CMYK 0.76 0 0.51 0.24
HSL 139.73º 0.61% 0.47% -
HSV(B) 139.73º 0.76% 0.76% -
XYZ 22.31 39.57 17.29 -
YUV 138.17 103.63 62.97 -
System Red Green Blue C M Y K H S L
Decimal 47 193 95 0.76 0 0.51 0.24 139.73 0.61 0.47
Hex 2F C1 5F 4C 0 33 18 8C 3D 2F
Octal 57 301 137 114 0 63 30 214 75 57
Binary 101111 11000001 1011111 1001100 0 110011 11000 10001100 111101 101111

Color Harmonies of #2FC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC15F

Black with #2FC15F

Text Example


Text Example

White with #2FC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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