Html Css Color HEX #2FE575 Emerald

📋 copy color: '#2FE575'

red 47 ◦ green 229 ◦ blue 117

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

Shades of Emerald #2FE575

Tints of Emerald #2FE575

RGB

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

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

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

R = 11.96%
G = 58.27%
B = 29.77%

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

#2FE575 (or 0x2FE575) is known color: Emerald. HEX triplet: 2F, E5 and 75. RGB value is (47,229,117). Sum of RGB (Red+Green+Blue) = 47+229+117=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 229 (89.84% from 255 or 58.27% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE575 is #D01A8A. Grayscale: #A2A2A2. Windows color (decimal): -13638283 or 7726383. OLE color: 7726383.

HSL color Cylindrical-coordinate representation of color #2FE575: hue angle of 143.08º 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 #2FE575 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 117 -
CMYK 0.79 0 0.49 0.10
HSL 143.08º 0.78% 0.54% -
HSV(B) 143.08º 0.79% 0.9% -
XYZ 32.4 57.93 26.3 -
YUV 161.81 102.7 46.11 -
System Red Green Blue C M Y K H S L
Decimal 47 229 117 0.79 0 0.49 0.10 143.08 0.78 0.54
Hex 2F E5 75 4F 0 31 A 8F 4E 36
Octal 57 345 165 117 0 61 12 217 116 66
Binary 101111 11100101 1110101 1001111 0 110001 1010 10001111 1001110 110110

Color Harmonies of #2FE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE575

Black with #2FE575

Text Example


Text Example

White with #2FE575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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