Html Css Color HEX #2FD572 Emerald

📋 copy color: '#2FD572'

red 47 ◦ green 213 ◦ blue 114

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

Shades of Emerald #2FD572

Tints of Emerald #2FD572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.95%

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 12.57%
G = 56.95%
B = 30.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#2FD572 (or 0x2FD572) is known color: Emerald. HEX triplet: 2F, D5 and 72. RGB value is (47,213,114). Sum of RGB (Red+Green+Blue) = 47+213+114=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD572 is #D02A8D. Grayscale: #989898. Windows color (decimal): -13642382 or 7525679. OLE color: 7525679.

HSL color Cylindrical-coordinate representation of color #2FD572: hue angle of 144.22º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD572 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 213 114 -
CMYK 0.78 0 0.46 0.16
HSL 144.22º 0.66% 0.51% -
HSV(B) 144.22º 0.78% 0.84% -
XYZ 28 49.41 23.98 -
YUV 152.08 106.5 53.05 -
System Red Green Blue C M Y K H S L
Decimal 47 213 114 0.78 0 0.46 0.16 144.22 0.66 0.51
Hex 2F D5 72 4E 0 2E 10 90 42 33
Octal 57 325 162 116 0 56 20 220 102 63
Binary 101111 11010101 1110010 1001110 0 101110 10000 10010000 1000010 110011

Color Harmonies of #2FD572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD572

Black with #2FD572

Text Example


Text Example

White with #2FD572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,114); }

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

background-color css

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

 a { background-color: rgb(47,213,114); }

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

border-color css

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

 span { border-color: rgb(47,213,114); }

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