Html Css Color HEX #2FE470 Emerald

📋 copy color: '#2FE470'

red 47 ◦ green 228 ◦ blue 112

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

Shades of Emerald #2FE470

Tints of Emerald #2FE470

RGB

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

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

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

R = 12.14%
G = 58.91%
B = 28.94%

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

#2FE470 (or 0x2FE470) is known color: Emerald. HEX triplet: 2F, E4 and 70. RGB value is (47,228,112). Sum of RGB (Red+Green+Blue) = 47+228+112=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 228 (89.45% from 255 or 58.91% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE470 is #D01B8F. Grayscale: #A0A0A0. Windows color (decimal): -13638544 or 7398447. OLE color: 7398447.

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

Color convert

RGB 47 228 112 -
CMYK 0.79 0 0.51 0.11
HSL 141.55º 0.77% 0.54% -
HSV(B) 141.55º 0.79% 0.89% -
XYZ 31.84 57.26 24.7 -
YUV 160.66 100.53 46.93 -
System Red Green Blue C M Y K H S L
Decimal 47 228 112 0.79 0 0.51 0.11 141.55 0.77 0.54
Hex 2F E4 70 4F 0 33 B 8E 4D 36
Octal 57 344 160 117 0 63 13 216 115 66
Binary 101111 11100100 1110000 1001111 0 110011 1011 10001110 1001101 110110

Color Harmonies of #2FE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE470

Black with #2FE470

Text Example


Text Example

White with #2FE470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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