Html Css Color HEX #2FBB64 Medium Sea Green

📋 copy color: '#2FBB64'

red 47 ◦ green 187 ◦ blue 100

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

Shades of Medium Sea Green #2FBB64

Tints of Medium Sea Green #2FBB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 14.07%
G = 55.99%
B = 29.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#2FBB64 (or 0x2FBB64) is known color: Medium Sea Green. HEX triplet: 2F, BB and 64. RGB value is (47,187,100). Sum of RGB (Red+Green+Blue) = 47+187+100=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBB64 is #D0449B. Grayscale: #878787. Windows color (decimal): -13649052 or 6601519. OLE color: 6601519.

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

Color convert

RGB 47 187 100 -
CMYK 0.75 0 0.47 0.27
HSL 142.71º 0.6% 0.46% -
HSV(B) 142.71º 0.75% 0.73% -
XYZ 21.24 37.07 18.09 -
YUV 135.22 108.12 65.07 -
System Red Green Blue C M Y K H S L
Decimal 47 187 100 0.75 0 0.47 0.27 142.71 0.6 0.46
Hex 2F BB 64 4B 0 2F 1B 8F 3C 2E
Octal 57 273 144 113 0 57 33 217 74 56
Binary 101111 10111011 1100100 1001011 0 101111 11011 10001111 111100 101110

Color Harmonies of #2FBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB64

Black with #2FBB64

Text Example


Text Example

White with #2FBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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