Html Css Color HEX #2FE274 Emerald

📋 copy color: '#2FE274'

red 47 ◦ green 226 ◦ blue 116

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

Shades of Emerald #2FE274

Tints of Emerald #2FE274

RGB

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

 GREEN value IS 226 (88.67% from 255) = 58.1%

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

R = 12.08%
G = 58.1%
B = 29.82%

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

#2FE274 (or 0x2FE274) is known color: Emerald. HEX triplet: 2F, E2 and 74. RGB value is (47,226,116). Sum of RGB (Red+Green+Blue) = 47+226+116=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 226 (88.67% from 255 or 58.10% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE274 is #D01D8B. Grayscale: #A0A0A0. Windows color (decimal): -13639052 or 7660079. OLE color: 7660079.

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

Color convert

RGB 47 226 116 -
CMYK 0.79 0 0.49 0.11
HSL 143.13º 0.76% 0.54% -
HSV(B) 143.13º 0.79% 0.89% -
XYZ 31.52 56.26 25.72 -
YUV 159.94 103.2 47.44 -
System Red Green Blue C M Y K H S L
Decimal 47 226 116 0.79 0 0.49 0.11 143.13 0.76 0.54
Hex 2F E2 74 4F 0 31 B 8F 4C 36
Octal 57 342 164 117 0 61 13 217 114 66
Binary 101111 11100010 1110100 1001111 0 110001 1011 10001111 1001100 110110

Color Harmonies of #2FE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE274

Black with #2FE274

Text Example


Text Example

White with #2FE274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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