Html Css Color HEX #2FD67A Emerald

📋 copy color: '#2FD67A'

red 47 ◦ green 214 ◦ blue 122

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

Shades of Emerald #2FD67A

Tints of Emerald #2FD67A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.87%

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

R = 12.27%
G = 55.87%
B = 31.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#2FD67A (or 0x2FD67A) is known color: Emerald. HEX triplet: 2F, D6 and 7A. RGB value is (47,214,122). Sum of RGB (Red+Green+Blue) = 47+214+122=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD67A is #D02985. Grayscale: #999999. Windows color (decimal): -13642118 or 8050223. OLE color: 8050223.

HSL color Cylindrical-coordinate representation of color #2FD67A: hue angle of 146.95º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD67A is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 122 -
CMYK 0.78 0 0.43 0.16
HSL 146.95º 0.67% 0.51% -
HSV(B) 146.95º 0.78% 0.84% -
XYZ 28.73 50.1 26.57 -
YUV 153.58 110.17 51.98 -
System Red Green Blue C M Y K H S L
Decimal 47 214 122 0.78 0 0.43 0.16 146.95 0.67 0.51
Hex 2F D6 7A 4E 0 2B 10 93 43 33
Octal 57 326 172 116 0 53 20 223 103 63
Binary 101111 11010110 1111010 1001110 0 101011 10000 10010011 1000011 110011

Color Harmonies of #2FD67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD67A

Black with #2FD67A

Text Example


Text Example

White with #2FD67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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