Html Css Color HEX #2FE474 Emerald

📋 copy color: '#2FE474'

red 47 ◦ green 228 ◦ blue 116

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

Shades of Emerald #2FE474

Tints of Emerald #2FE474

RGB

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

 GREEN value IS 228 (89.45% from 255) = 58.31%

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

R = 12.02%
G = 58.31%
B = 29.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#2FE474 (or 0x2FE474) is known color: Emerald. HEX triplet: 2F, E4 and 74. RGB value is (47,228,116). Sum of RGB (Red+Green+Blue) = 47+228+116=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 228 (89.45% from 255 or 58.31% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE474 is #D01B8B. Grayscale: #A1A1A1. Windows color (decimal): -13638540 or 7660591. OLE color: 7660591.

HSL color Cylindrical-coordinate representation of color #2FE474: hue angle of 142.87º degrees, saturation: 0.77, 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 #2FE474 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 228 116 -
CMYK 0.79 0 0.49 0.11
HSL 142.87º 0.77% 0.54% -
HSV(B) 142.87º 0.79% 0.89% -
XYZ 32.07 57.35 25.9 -
YUV 161.11 102.53 46.61 -
System Red Green Blue C M Y K H S L
Decimal 47 228 116 0.79 0 0.49 0.11 142.87 0.77 0.54
Hex 2F E4 74 4F 0 31 B 8F 4D 36
Octal 57 344 164 117 0 61 13 217 115 66
Binary 101111 11100100 1110100 1001111 0 110001 1011 10001111 1001101 110110

Color Harmonies of #2FE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE474

Black with #2FE474

Text Example


Text Example

White with #2FE474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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