Html Css Color HEX #2FDC68 Emerald

📋 copy color: '#2FDC68'

red 47 ◦ green 220 ◦ blue 104

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

Shades of Emerald #2FDC68

Tints of Emerald #2FDC68

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.3%

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 12.67%
G = 59.3%
B = 28.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#2FDC68 (or 0x2FDC68) is known color: Emerald. HEX triplet: 2F, DC and 68. RGB value is (47,220,104). Sum of RGB (Red+Green+Blue) = 47+220+104=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC68 is #D02397. Grayscale: #9B9B9B. Windows color (decimal): -13640600 or 6872111. OLE color: 6872111.

HSL color Cylindrical-coordinate representation of color #2FDC68: hue angle of 139.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC68 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 104 -
CMYK 0.79 0 0.53 0.14
HSL 139.77º 0.71% 0.52% -
HSV(B) 139.77º 0.79% 0.86% -
XYZ 29.26 52.79 21.74 -
YUV 155.05 99.19 50.93 -
System Red Green Blue C M Y K H S L
Decimal 47 220 104 0.79 0 0.53 0.14 139.77 0.71 0.52
Hex 2F DC 68 4F 0 35 E 8C 47 34
Octal 57 334 150 117 0 65 16 214 107 64
Binary 101111 11011100 1101000 1001111 0 110101 1110 10001100 1000111 110100

Color Harmonies of #2FDC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC68

Black with #2FDC68

Text Example


Text Example

White with #2FDC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,220,104); }

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

background-color css

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

 a { background-color: rgb(47,220,104); }

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

border-color css

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

 span { border-color: rgb(47,220,104); }

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