Html Css Color HEX #2FDD68 Emerald

📋 copy color: '#2FDD68'

red 47 ◦ green 221 ◦ blue 104

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

Shades of Emerald #2FDD68

Tints of Emerald #2FDD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.41%

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

R = 12.63%
G = 59.41%
B = 27.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#2FDD68 (or 0x2FDD68) is known color: Emerald. HEX triplet: 2F, DD and 68. RGB value is (47,221,104). Sum of RGB (Red+Green+Blue) = 47+221+104=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDD68 is #D02297. Grayscale: #9B9B9B. Windows color (decimal): -13640344 or 6872367. OLE color: 6872367.

HSL color Cylindrical-coordinate representation of color #2FDD68: hue angle of 139.66º degrees, saturation: 0.72, 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 #2FDD68 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 104 -
CMYK 0.79 0 0.53 0.13
HSL 139.66º 0.72% 0.53% -
HSV(B) 139.66º 0.79% 0.87% -
XYZ 29.53 53.32 21.83 -
YUV 155.64 98.85 50.51 -
System Red Green Blue C M Y K H S L
Decimal 47 221 104 0.79 0 0.53 0.13 139.66 0.72 0.53
Hex 2F DD 68 4F 0 35 D 8C 48 35
Octal 57 335 150 117 0 65 15 214 110 65
Binary 101111 11011101 1101000 1001111 0 110101 1101 10001100 1001000 110101

Color Harmonies of #2FDD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD68

Black with #2FDD68

Text Example


Text Example

White with #2FDD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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