Html Css Color HEX #2FDA75 Emerald

📋 copy color: '#2FDA75'

red 47 ◦ green 218 ◦ blue 117

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

Shades of Emerald #2FDA75

Tints of Emerald #2FDA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.07%

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

R = 12.3%
G = 57.07%
B = 30.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#2FDA75 (or 0x2FDA75) is known color: Emerald. HEX triplet: 2F, DA and 75. RGB value is (47,218,117). Sum of RGB (Red+Green+Blue) = 47+218+117=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 218 (85.55% from 255 or 57.07% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA75 is #D0258A. Grayscale: #9B9B9B. Windows color (decimal): -13641099 or 7723567. OLE color: 7723567.

HSL color Cylindrical-coordinate representation of color #2FDA75: hue angle of 144.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA75 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 218 117 -
CMYK 0.78 0 0.46 0.15
HSL 144.56º 0.7% 0.52% -
HSV(B) 144.56º 0.78% 0.85% -
XYZ 29.45 52.03 25.32 -
YUV 155.36 106.35 50.71 -
System Red Green Blue C M Y K H S L
Decimal 47 218 117 0.78 0 0.46 0.15 144.56 0.7 0.52
Hex 2F DA 75 4E 0 2E F 91 46 34
Octal 57 332 165 116 0 56 17 221 106 64
Binary 101111 11011010 1110101 1001110 0 101110 1111 10010001 1000110 110100

Color Harmonies of #2FDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA75

Black with #2FDA75

Text Example


Text Example

White with #2FDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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