Html Css Color HEX #2FBB60 Medium Sea Green

📋 copy color: '#2FBB60'

red 47 ◦ green 187 ◦ blue 96

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

Shades of Medium Sea Green #2FBB60

Tints of Medium Sea Green #2FBB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 14.24%
G = 56.67%
B = 29.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#2FBB60 (or 0x2FBB60) is known color: Medium Sea Green. HEX triplet: 2F, BB and 60. RGB value is (47,187,96). Sum of RGB (Red+Green+Blue) = 47+187+96=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBB60 is #D0449F. Grayscale: #868686. Windows color (decimal): -13649056 or 6339375. OLE color: 6339375.

HSL color Cylindrical-coordinate representation of color #2FBB60: hue angle of 141º 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 #2FBB60 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 187 96 -
CMYK 0.75 0 0.49 0.27
HSL 141º 0.6% 0.46% -
HSV(B) 141º 0.75% 0.73% -
XYZ 21.05 36.99 17.1 -
YUV 134.77 106.12 65.4 -
System Red Green Blue C M Y K H S L
Decimal 47 187 96 0.75 0 0.49 0.27 141 0.6 0.46
Hex 2F BB 60 4B 0 31 1B 8D 3C 2E
Octal 57 273 140 113 0 61 33 215 74 56
Binary 101111 10111011 1100000 1001011 0 110001 11011 10001101 111100 101110

Color Harmonies of #2FBB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB60

Black with #2FBB60

Text Example


Text Example

White with #2FBB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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