Html Css Color HEX #2FE370 Emerald

📋 copy color: '#2FE370'

red 47 ◦ green 227 ◦ blue 112

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

Shades of Emerald #2FE370

Tints of Emerald #2FE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 58.81%

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 12.18%
G = 58.81%
B = 29.02%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#2FE370 (or 0x2FE370) is known color: Emerald. HEX triplet: 2F, E3 and 70. RGB value is (47,227,112). Sum of RGB (Red+Green+Blue) = 47+227+112=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 227 (89.06% from 255 or 58.81% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE370 is #D01C8F. Grayscale: #A0A0A0. Windows color (decimal): -13638800 or 7398191. OLE color: 7398191.

HSL color Cylindrical-coordinate representation of color #2FE370: hue angle of 141.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE370 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 227 112 -
CMYK 0.79 0 0.51 0.11
HSL 141.67º 0.76% 0.54% -
HSV(B) 141.67º 0.79% 0.89% -
XYZ 31.57 56.71 24.61 -
YUV 160.07 100.87 47.35 -
System Red Green Blue C M Y K H S L
Decimal 47 227 112 0.79 0 0.51 0.11 141.67 0.76 0.54
Hex 2F E3 70 4F 0 33 B 8E 4C 36
Octal 57 343 160 117 0 63 13 216 114 66
Binary 101111 11100011 1110000 1001111 0 110011 1011 10001110 1001100 110110

Color Harmonies of #2FE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE370

Black with #2FE370

Text Example


Text Example

White with #2FE370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,227,112); }

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

background-color css

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

 a { background-color: rgb(47,227,112); }

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

border-color css

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

 span { border-color: rgb(47,227,112); }

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