Html Css Color HEX #2FEC75 Emerald

📋 copy color: '#2FEC75'

red 47 ◦ green 236 ◦ blue 117

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

Shades of Emerald #2FEC75

Tints of Emerald #2FEC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 11.75%
G = 59%
B = 29.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#2FEC75 (or 0x2FEC75) is known color: Emerald. HEX triplet: 2F, EC and 75. RGB value is (47,236,117). Sum of RGB (Red+Green+Blue) = 47+236+117=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 236 (92.58% from 255 or 59% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC75 is #D0138A. Grayscale: #A6A6A6. Windows color (decimal): -13636491 or 7728175. OLE color: 7728175.

HSL color Cylindrical-coordinate representation of color #2FEC75: hue angle of 142.22º 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 #2FEC75 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 117 -
CMYK 0.80 0 0.50 0.07
HSL 142.22º 0.83% 0.55% -
HSV(B) 142.22º 0.8% 0.93% -
XYZ 34.38 61.88 26.96 -
YUV 165.92 100.38 43.18 -
System Red Green Blue C M Y K H S L
Decimal 47 236 117 0.80 0 0.50 0.07 142.22 0.83 0.55
Hex 2F EC 75 50 0 32 7 8E 53 37
Octal 57 354 165 120 0 62 7 216 123 67
Binary 101111 11101100 1110101 1010000 0 110010 111 10001110 1010011 110111

Color Harmonies of #2FEC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC75

Black with #2FEC75

Text Example


Text Example

White with #2FEC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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