Html Css Color HEX #2FDF75 Emerald

📋 copy color: '#2FDF75'

red 47 ◦ green 223 ◦ blue 117

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

Shades of Emerald #2FDF75

Tints of Emerald #2FDF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.62%

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

R = 12.14%
G = 57.62%
B = 30.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#2FDF75 (or 0x2FDF75) is known color: Emerald. HEX triplet: 2F, DF and 75. RGB value is (47,223,117). Sum of RGB (Red+Green+Blue) = 47+223+117=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF75 is #D0208A. Grayscale: #9E9E9E. Windows color (decimal): -13639819 or 7724847. OLE color: 7724847.

HSL color Cylindrical-coordinate representation of color #2FDF75: hue angle of 143.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF75 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 117 -
CMYK 0.79 0 0.48 0.13
HSL 143.86º 0.73% 0.53% -
HSV(B) 143.86º 0.79% 0.87% -
XYZ 30.77 54.66 25.76 -
YUV 158.29 104.69 48.62 -
System Red Green Blue C M Y K H S L
Decimal 47 223 117 0.79 0 0.48 0.13 143.86 0.73 0.53
Hex 2F DF 75 4F 0 30 D 90 49 35
Octal 57 337 165 117 0 60 15 220 111 65
Binary 101111 11011111 1110101 1001111 0 110000 1101 10010000 1001001 110101

Color Harmonies of #2FDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF75

Black with #2FDF75

Text Example


Text Example

White with #2FDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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