Html Css Color HEX #2FBC5E Medium Sea Green

📋 copy color: '#2FBC5E'

red 47 ◦ green 188 ◦ blue 94

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

Shades of Medium Sea Green #2FBC5E

Tints of Medium Sea Green #2FBC5E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.14%

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#2FBC5E (or 0x2FBC5E) is known color: Medium Sea Green. HEX triplet: 2F, BC and 5E. RGB value is (47,188,94). Sum of RGB (Red+Green+Blue) = 47+188+94=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC5E is #D043A1. Grayscale: #878787. Windows color (decimal): -13648802 or 6208559. OLE color: 6208559.

HSL color Cylindrical-coordinate representation of color #2FBC5E: hue angle of 140º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC5E is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 188 94 -
CMYK 0.75 0 0.50 0.26
HSL 140º 0.6% 0.46% -
HSV(B) 140º 0.75% 0.74% -
XYZ 21.18 37.38 16.69 -
YUV 135.13 104.79 65.14 -
System Red Green Blue C M Y K H S L
Decimal 47 188 94 0.75 0 0.50 0.26 140 0.6 0.46
Hex 2F BC 5E 4B 0 32 1A 8C 3C 2E
Octal 57 274 136 113 0 62 32 214 74 56
Binary 101111 10111100 1011110 1001011 0 110010 11010 10001100 111100 101110

Color Harmonies of #2FBC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC5E

Black with #2FBC5E

Text Example


Text Example

White with #2FBC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,188,94); }

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

background-color css

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

 a { background-color: rgb(47,188,94); }

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

border-color css

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

 span { border-color: rgb(47,188,94); }

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