Html Css Color HEX #2FBB5E Medium Sea Green

📋 copy color: '#2FBB5E'

red 47 ◦ green 187 ◦ blue 94

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

Shades of Medium Sea Green #2FBB5E

Tints of Medium Sea Green #2FBB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.01%

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

R = 14.33%
G = 57.01%
B = 28.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#2FBB5E (or 0x2FBB5E) is known color: Medium Sea Green. HEX triplet: 2F, BB and 5E. RGB value is (47,187,94). Sum of RGB (Red+Green+Blue) = 47+187+94=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBB5E is #D044A1. Grayscale: #868686. Windows color (decimal): -13649058 or 6208303. OLE color: 6208303.

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

Color convert

RGB 47 187 94 -
CMYK 0.75 0 0.50 0.27
HSL 140.14º 0.6% 0.46% -
HSV(B) 140.14º 0.75% 0.73% -
XYZ 20.96 36.95 16.62 -
YUV 134.54 105.12 65.56 -
System Red Green Blue C M Y K H S L
Decimal 47 187 94 0.75 0 0.50 0.27 140.14 0.6 0.46
Hex 2F BB 5E 4B 0 32 1B 8C 3C 2E
Octal 57 273 136 113 0 62 33 214 74 56
Binary 101111 10111011 1011110 1001011 0 110010 11011 10001100 111100 101110

Color Harmonies of #2FBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB5E

Black with #2FBB5E

Text Example


Text Example

White with #2FBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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