Html Css Color HEX #2FE875 Emerald

📋 copy color: '#2FE875'

red 47 ◦ green 232 ◦ blue 117

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

Shades of Emerald #2FE875

Tints of Emerald #2FE875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 58.59%

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

R = 11.87%
G = 58.59%
B = 29.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#2FE875 (or 0x2FE875) is known color: Emerald. HEX triplet: 2F, E8 and 75. RGB value is (47,232,117). Sum of RGB (Red+Green+Blue) = 47+232+117=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 232 (91.02% from 255 or 58.59% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE875 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE875 is #D0178A. Grayscale: #A3A3A3. Windows color (decimal): -13637515 or 7727151. OLE color: 7727151.

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

Color convert

RGB 47 232 117 -
CMYK 0.80 0 0.50 0.09
HSL 142.7º 0.8% 0.55% -
HSV(B) 142.7º 0.8% 0.91% -
XYZ 33.24 59.6 26.58 -
YUV 163.58 101.71 44.85 -
System Red Green Blue C M Y K H S L
Decimal 47 232 117 0.80 0 0.50 0.09 142.7 0.8 0.55
Hex 2F E8 75 50 0 32 9 8F 50 37
Octal 57 350 165 120 0 62 11 217 120 67
Binary 101111 11101000 1110101 1010000 0 110010 1001 10001111 1010000 110111

Color Harmonies of #2FE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE875

Black with #2FE875

Text Example


Text Example

White with #2FE875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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