Html Css Color HEX #2FE97A Emerald

📋 copy color: '#2FE97A'

red 47 ◦ green 233 ◦ blue 122

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

Shades of Emerald #2FE97A

Tints of Emerald #2FE97A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 57.96%

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 11.69%
G = 57.96%
B = 30.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#2FE97A (or 0x2FE97A) is known color: Emerald. HEX triplet: 2F, E9 and 7A. RGB value is (47,233,122). Sum of RGB (Red+Green+Blue) = 47+233+122=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 233 (91.41% from 255 or 57.96% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE97A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE97A is #D01685. Grayscale: #A4A4A4. Windows color (decimal): -13637254 or 8055087. OLE color: 8055087.

HSL color Cylindrical-coordinate representation of color #2FE97A: hue angle of 144.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE97A is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 122 -
CMYK 0.80 0 0.48 0.09
HSL 144.19º 0.81% 0.55% -
HSV(B) 144.19º 0.8% 0.91% -
XYZ 33.82 60.29 28.27 -
YUV 164.73 103.88 44.03 -
System Red Green Blue C M Y K H S L
Decimal 47 233 122 0.80 0 0.48 0.09 144.19 0.81 0.55
Hex 2F E9 7A 50 0 30 9 90 51 37
Octal 57 351 172 120 0 60 11 220 121 67
Binary 101111 11101001 1111010 1010000 0 110000 1001 10010000 1010001 110111

Color Harmonies of #2FE97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE97A

Black with #2FE97A

Text Example


Text Example

White with #2FE97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,233,122); }

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

background-color css

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

 a { background-color: rgb(47,233,122); }

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

border-color css

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

 span { border-color: rgb(47,233,122); }

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