Html Css Color HEX #2FE674 Emerald

📋 copy color: '#2FE674'

red 47 ◦ green 230 ◦ blue 116

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

Shades of Emerald #2FE674

Tints of Emerald #2FE674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.52%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 11.96%
G = 58.52%
B = 29.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#2FE674 (or 0x2FE674) is known color: Emerald. HEX triplet: 2F, E6 and 74. RGB value is (47,230,116). Sum of RGB (Red+Green+Blue) = 47+230+116=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 230 (90.23% from 255 or 58.52% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE674 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE674 is #D0198B. Grayscale: #A2A2A2. Windows color (decimal): -13638028 or 7661103. OLE color: 7661103.

HSL color Cylindrical-coordinate representation of color #2FE674: hue angle of 142.62º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE674 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 230 116 -
CMYK 0.80 0 0.50 0.10
HSL 142.62º 0.79% 0.54% -
HSV(B) 142.62º 0.8% 0.9% -
XYZ 32.62 58.46 26.09 -
YUV 162.29 101.87 45.77 -
System Red Green Blue C M Y K H S L
Decimal 47 230 116 0.80 0 0.50 0.10 142.62 0.79 0.54
Hex 2F E6 74 50 0 32 A 8F 4F 36
Octal 57 346 164 120 0 62 12 217 117 66
Binary 101111 11100110 1110100 1010000 0 110010 1010 10001111 1001111 110110

Color Harmonies of #2FE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE674

Black with #2FE674

Text Example


Text Example

White with #2FE674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,230,116); }

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

background-color css

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

 a { background-color: rgb(47,230,116); }

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

border-color css

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

 span { border-color: rgb(47,230,116); }

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