Html Css Color HEX #2FE97B Emerald

📋 copy color: '#2FE97B'

red 47 ◦ green 233 ◦ blue 123

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

Shades of Emerald #2FE97B

Tints of Emerald #2FE97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 11.66%
G = 57.82%
B = 30.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#2FE97B (or 0x2FE97B) is known color: Emerald. HEX triplet: 2F, E9 and 7B. RGB value is (47,233,123). Sum of RGB (Red+Green+Blue) = 47+233+123=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE97B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE97B is #D01684. Grayscale: #A5A5A5. Windows color (decimal): -13637253 or 8120623. OLE color: 8120623.

HSL color Cylindrical-coordinate representation of color #2FE97B: hue angle of 144.52º 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 #2FE97B is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 123 -
CMYK 0.80 0 0.47 0.09
HSL 144.52º 0.81% 0.55% -
HSV(B) 144.52º 0.8% 0.91% -
XYZ 33.89 60.31 28.59 -
YUV 164.85 104.38 43.94 -
System Red Green Blue C M Y K H S L
Decimal 47 233 123 0.80 0 0.47 0.09 144.52 0.81 0.55
Hex 2F E9 7B 50 0 2F 9 91 51 37
Octal 57 351 173 120 0 57 11 221 121 67
Binary 101111 11101001 1111011 1010000 0 101111 1001 10010001 1010001 110111

Color Harmonies of #2FE97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE97B

Black with #2FE97B

Text Example


Text Example

White with #2FE97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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