Html Css Color HEX #2FED71 Emerald

📋 copy color: '#2FED71'

red 47 ◦ green 237 ◦ blue 113

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

Shades of Emerald #2FED71

Tints of Emerald #2FED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 59.7%

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 11.84%
G = 59.7%
B = 28.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#2FED71 (or 0x2FED71) is known color: Emerald. HEX triplet: 2F, ED and 71. RGB value is (47,237,113). Sum of RGB (Red+Green+Blue) = 47+237+113=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 237 (92.97% from 255 or 59.70% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED71 is #D0128E. Grayscale: #A6A6A6. Windows color (decimal): -13636239 or 7466287. OLE color: 7466287.

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

Color convert

RGB 47 237 113 -
CMYK 0.80 0 0.52 0.07
HSL 140.84º 0.84% 0.56% -
HSV(B) 140.84º 0.8% 0.93% -
XYZ 34.44 62.36 25.85 -
YUV 166.05 98.05 43.08 -
System Red Green Blue C M Y K H S L
Decimal 47 237 113 0.80 0 0.52 0.07 140.84 0.84 0.56
Hex 2F ED 71 50 0 34 7 8D 54 38
Octal 57 355 161 120 0 64 7 215 124 70
Binary 101111 11101101 1110001 1010000 0 110100 111 10001101 1010100 111000

Color Harmonies of #2FED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED71

Black with #2FED71

Text Example


Text Example

White with #2FED71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,113); }

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

background-color css

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

 a { background-color: rgb(47,237,113); }

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

border-color css

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

 span { border-color: rgb(47,237,113); }

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