Html Css Color HEX #2FE574 Emerald

📋 copy color: '#2FE574'

red 47 ◦ green 229 ◦ blue 116

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

Shades of Emerald #2FE574

Tints of Emerald #2FE574

RGB

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

 GREEN value IS 229 (89.84% from 255) = 58.42%

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

R = 11.99%
G = 58.42%
B = 29.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#2FE574 (or 0x2FE574) is known color: Emerald. HEX triplet: 2F, E5 and 74. RGB value is (47,229,116). Sum of RGB (Red+Green+Blue) = 47+229+116=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 229 (89.84% from 255 or 58.42% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE574 is #D01A8B. Grayscale: #A1A1A1. Windows color (decimal): -13638284 or 7660847. OLE color: 7660847.

HSL color Cylindrical-coordinate representation of color #2FE574: hue angle of 142.75º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE574 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 116 -
CMYK 0.79 0 0.49 0.10
HSL 142.75º 0.78% 0.54% -
HSV(B) 142.75º 0.79% 0.9% -
XYZ 32.34 57.9 25.99 -
YUV 161.7 102.2 46.19 -
System Red Green Blue C M Y K H S L
Decimal 47 229 116 0.79 0 0.49 0.10 142.75 0.78 0.54
Hex 2F E5 74 4F 0 31 A 8F 4E 36
Octal 57 345 164 117 0 61 12 217 116 66
Binary 101111 11100101 1110100 1001111 0 110001 1010 10001111 1001110 110110

Color Harmonies of #2FE574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE574

Black with #2FE574

Text Example


Text Example

White with #2FE574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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