Html Css Color HEX #2FDB6E Emerald

📋 copy color: '#2FDB6E'

red 47 ◦ green 219 ◦ blue 110

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

Shades of Emerald #2FDB6E

Tints of Emerald #2FDB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 12.5%
G = 58.24%
B = 29.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#2FDB6E (or 0x2FDB6E) is known color: Emerald. HEX triplet: 2F, DB and 6E. RGB value is (47,219,110). Sum of RGB (Red+Green+Blue) = 47+219+110=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDB6E is #D02491. Grayscale: #9B9B9B. Windows color (decimal): -13640850 or 7265071. OLE color: 7265071.

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

Color convert

RGB 47 219 110 -
CMYK 0.79 0 0.50 0.14
HSL 141.98º 0.7% 0.52% -
HSV(B) 141.98º 0.79% 0.86% -
XYZ 29.32 52.39 23.32 -
YUV 155.15 102.52 50.86 -
System Red Green Blue C M Y K H S L
Decimal 47 219 110 0.79 0 0.50 0.14 141.98 0.7 0.52
Hex 2F DB 6E 4F 0 32 E 8E 46 34
Octal 57 333 156 117 0 62 16 216 106 64
Binary 101111 11011011 1101110 1001111 0 110010 1110 10001110 1000110 110100

Color Harmonies of #2FDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDB6E

Black with #2FDB6E

Text Example


Text Example

White with #2FDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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