Html Css Color HEX #2FEC7B Emerald

📋 copy color: '#2FEC7B'

red 47 ◦ green 236 ◦ blue 123

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

Shades of Emerald #2FEC7B

Tints of Emerald #2FEC7B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 58.13%

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 11.58%
G = 58.13%
B = 30.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#2FEC7B (or 0x2FEC7B) is known color: Emerald. HEX triplet: 2F, EC and 7B. RGB value is (47,236,123). Sum of RGB (Red+Green+Blue) = 47+236+123=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC7B is #D01384. Grayscale: #A6A6A6. Windows color (decimal): -13636485 or 8121391. OLE color: 8121391.

HSL color Cylindrical-coordinate representation of color #2FEC7B: hue angle of 144.13º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC7B is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 123 -
CMYK 0.80 0 0.48 0.07
HSL 144.13º 0.83% 0.55% -
HSV(B) 144.13º 0.8% 0.93% -
XYZ 34.74 62.03 28.88 -
YUV 166.61 103.38 42.69 -
System Red Green Blue C M Y K H S L
Decimal 47 236 123 0.80 0 0.48 0.07 144.13 0.83 0.55
Hex 2F EC 7B 50 0 30 7 90 53 37
Octal 57 354 173 120 0 60 7 220 123 67
Binary 101111 11101100 1111011 1010000 0 110000 111 10010000 1010011 110111

Color Harmonies of #2FEC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC7B

Black with #2FEC7B

Text Example


Text Example

White with #2FEC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,123); }

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

background-color css

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

 a { background-color: rgb(47,236,123); }

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

border-color css

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

 span { border-color: rgb(47,236,123); }

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