Html Css Color HEX #2FDE74 Emerald

📋 copy color: '#2FDE74'

red 47 ◦ green 222 ◦ blue 116

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

Shades of Emerald #2FDE74

Tints of Emerald #2FDE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.66%

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

R = 12.21%
G = 57.66%
B = 30.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#2FDE74 (or 0x2FDE74) is known color: Emerald. HEX triplet: 2F, DE and 74. RGB value is (47,222,116). Sum of RGB (Red+Green+Blue) = 47+222+116=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDE74 is #D0218B. Grayscale: #9D9D9D. Windows color (decimal): -13640076 or 7659055. OLE color: 7659055.

HSL color Cylindrical-coordinate representation of color #2FDE74: hue angle of 143.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDE74 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 222 116 -
CMYK 0.79 0 0.48 0.13
HSL 143.66º 0.73% 0.53% -
HSV(B) 143.66º 0.79% 0.87% -
XYZ 30.45 54.11 25.36 -
YUV 157.59 104.52 49.12 -
System Red Green Blue C M Y K H S L
Decimal 47 222 116 0.79 0 0.48 0.13 143.66 0.73 0.53
Hex 2F DE 74 4F 0 30 D 90 49 35
Octal 57 336 164 117 0 60 15 220 111 65
Binary 101111 11011110 1110100 1001111 0 110000 1101 10010000 1001001 110101

Color Harmonies of #2FDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDE74

Black with #2FDE74

Text Example


Text Example

White with #2FDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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