Html Css Color HEX #2FDB6F Emerald

📋 copy color: '#2FDB6F'

red 47 ◦ green 219 ◦ blue 111

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

Shades of Emerald #2FDB6F

Tints of Emerald #2FDB6F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.09%

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 12.47%
G = 58.09%
B = 29.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#2FDB6F (or 0x2FDB6F) is known color: Emerald. HEX triplet: 2F, DB and 6F. RGB value is (47,219,111). Sum of RGB (Red+Green+Blue) = 47+219+111=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDB6F is #D02490. Grayscale: #9B9B9B. Windows color (decimal): -13640849 or 7330607. OLE color: 7330607.

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

Color convert

RGB 47 219 111 -
CMYK 0.79 0 0.49 0.14
HSL 142.33º 0.7% 0.52% -
HSV(B) 142.33º 0.79% 0.86% -
XYZ 29.37 52.42 23.61 -
YUV 155.26 103.02 50.78 -
System Red Green Blue C M Y K H S L
Decimal 47 219 111 0.79 0 0.49 0.14 142.33 0.7 0.52
Hex 2F DB 6F 4F 0 31 E 8E 46 34
Octal 57 333 157 117 0 61 16 216 106 64
Binary 101111 11011011 1101111 1001111 0 110001 1110 10001110 1000110 110100

Color Harmonies of #2FDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDB6F

Black with #2FDB6F

Text Example


Text Example

White with #2FDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,219,111); }

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

background-color css

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

 a { background-color: rgb(47,219,111); }

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

border-color css

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

 span { border-color: rgb(47,219,111); }

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