Html Css Color HEX #2FB464 Medium Sea Green

📋 copy color: '#2FB464'

red 47 ◦ green 180 ◦ blue 100

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

Shades of Medium Sea Green #2FB464

Tints of Medium Sea Green #2FB464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.05%

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

R = 14.37%
G = 55.05%
B = 30.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#2FB464 (or 0x2FB464) is known color: Medium Sea Green. HEX triplet: 2F, B4 and 64. RGB value is (47,180,100). Sum of RGB (Red+Green+Blue) = 47+180+100=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB464 is #D04B9B. Grayscale: #838383. Windows color (decimal): -13650844 or 6599727. OLE color: 6599727.

HSL color Cylindrical-coordinate representation of color #2FB464: hue angle of 143.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB464 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 100 -
CMYK 0.74 0 0.44 0.29
HSL 143.91º 0.59% 0.45% -
HSV(B) 143.91º 0.74% 0.71% -
XYZ 19.79 34.17 17.61 -
YUV 131.11 110.44 68 -
System Red Green Blue C M Y K H S L
Decimal 47 180 100 0.74 0 0.44 0.29 143.91 0.59 0.45
Hex 2F B4 64 4A 0 2C 1D 90 3B 2D
Octal 57 264 144 112 0 54 35 220 73 55
Binary 101111 10110100 1100100 1001010 0 101100 11101 10010000 111011 101101

Color Harmonies of #2FB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB464

Black with #2FB464

Text Example


Text Example

White with #2FB464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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