Html Css Color HEX #2FEA75 Emerald

📋 copy color: '#2FEA75'

red 47 ◦ green 234 ◦ blue 117

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

Shades of Emerald #2FEA75

Tints of Emerald #2FEA75

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.79%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 11.81%
G = 58.79%
B = 29.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#2FEA75 (or 0x2FEA75) is known color: Emerald. HEX triplet: 2F, EA and 75. RGB value is (47,234,117). Sum of RGB (Red+Green+Blue) = 47+234+117=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 234 (91.80% from 255 or 58.79% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEA75 is #D0158A. Grayscale: #A5A5A5. Windows color (decimal): -13637003 or 7727663. OLE color: 7727663.

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

Color convert

RGB 47 234 117 -
CMYK 0.80 0 0.5 0.08
HSL 142.46º 0.82% 0.55% -
HSV(B) 142.46º 0.8% 0.92% -
XYZ 33.81 60.73 26.77 -
YUV 164.75 101.05 44.01 -
System Red Green Blue C M Y K H S L
Decimal 47 234 117 0.80 0 0.5 0.08 142.46 0.82 0.55
Hex 2F EA 75 50 0 32 8 8E 52 37
Octal 57 352 165 120 0 62 10 216 122 67
Binary 101111 11101010 1110101 1010000 0 110010 1000 10001110 1010010 110111

Color Harmonies of #2FEA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEA75

Black with #2FEA75

Text Example


Text Example

White with #2FEA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,234,117); }

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

background-color css

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

 a { background-color: rgb(47,234,117); }

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

border-color css

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

 span { border-color: rgb(47,234,117); }

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