Html Css Color HEX #2FB96E Medium Sea Green

📋 copy color: '#2FB96E'

red 47 ◦ green 185 ◦ blue 110

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

Shades of Medium Sea Green #2FB96E

Tints of Medium Sea Green #2FB96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.09%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 13.74%
G = 54.09%
B = 32.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#2FB96E (or 0x2FB96E) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 6E. RGB value is (47,185,110). Sum of RGB (Red+Green+Blue) = 47+185+110=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB96E is #D04691. Grayscale: #878787. Windows color (decimal): -13649554 or 7256367. OLE color: 7256367.

HSL color Cylindrical-coordinate representation of color #2FB96E: hue angle of 147.39º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB96E is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 185 110 -
CMYK 0.75 0 0.41 0.27
HSL 147.39º 0.59% 0.45% -
HSV(B) 147.39º 0.75% 0.73% -
XYZ 21.34 36.43 20.66 -
YUV 135.19 113.78 65.1 -
System Red Green Blue C M Y K H S L
Decimal 47 185 110 0.75 0 0.41 0.27 147.39 0.59 0.45
Hex 2F B9 6E 4B 0 29 1B 93 3B 2D
Octal 57 271 156 113 0 51 33 223 73 55
Binary 101111 10111001 1101110 1001011 0 101001 11011 10010011 111011 101101

Color Harmonies of #2FB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB96E

Black with #2FB96E

Text Example


Text Example

White with #2FB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,185,110); }

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

background-color css

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

 a { background-color: rgb(47,185,110); }

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

border-color css

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

 span { border-color: rgb(47,185,110); }

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