Html Css Color HEX #2FEB7A Emerald

📋 copy color: '#2FEB7A'

red 47 ◦ green 235 ◦ blue 122

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

Shades of Emerald #2FEB7A

Tints of Emerald #2FEB7A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.17%

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

R = 11.63%
G = 58.17%
B = 30.2%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#2FEB7A (or 0x2FEB7A) is known color: Emerald. HEX triplet: 2F, EB and 7A. RGB value is (47,235,122). Sum of RGB (Red+Green+Blue) = 47+235+122=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 235 (92.19% from 255 or 58.17% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB7A is #D01485. Grayscale: #A6A6A6. Windows color (decimal): -13636742 or 8055599. OLE color: 8055599.

HSL color Cylindrical-coordinate representation of color #2FEB7A: hue angle of 143.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB7A is Cyan = 0.8, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 122 -
CMYK 0.8 0 0.48 0.08
HSL 143.94º 0.82% 0.55% -
HSV(B) 143.94º 0.8% 0.92% -
XYZ 34.39 61.43 28.46 -
YUV 165.91 103.22 43.19 -
System Red Green Blue C M Y K H S L
Decimal 47 235 122 0.8 0 0.48 0.08 143.94 0.82 0.55
Hex 2F EB 7A 50 0 30 8 90 52 37
Octal 57 353 172 120 0 60 10 220 122 67
Binary 101111 11101011 1111010 1010000 0 110000 1000 10010000 1010010 110111

Color Harmonies of #2FEB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB7A

Black with #2FEB7A

Text Example


Text Example

White with #2FEB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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