Html Css Color HEX #2FED70 Emerald

📋 copy color: '#2FED70'

red 47 ◦ green 237 ◦ blue 112

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

Shades of Emerald #2FED70

Tints of Emerald #2FED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 59.85%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 11.87%
G = 59.85%
B = 28.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#2FED70 (or 0x2FED70) is known color: Emerald. HEX triplet: 2F, ED and 70. RGB value is (47,237,112). Sum of RGB (Red+Green+Blue) = 47+237+112=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 237 (92.97% from 255 or 59.85% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED70 is #D0128F. Grayscale: #A6A6A6. Windows color (decimal): -13636240 or 7400751. OLE color: 7400751.

HSL color Cylindrical-coordinate representation of color #2FED70: hue angle of 140.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED70 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 112 -
CMYK 0.80 0 0.53 0.07
HSL 140.53º 0.84% 0.56% -
HSV(B) 140.53º 0.8% 0.93% -
XYZ 34.38 62.34 25.55 -
YUV 165.94 97.55 43.16 -
System Red Green Blue C M Y K H S L
Decimal 47 237 112 0.80 0 0.53 0.07 140.53 0.84 0.56
Hex 2F ED 70 50 0 35 7 8D 54 38
Octal 57 355 160 120 0 65 7 215 124 70
Binary 101111 11101101 1110000 1010000 0 110101 111 10001101 1010100 111000

Color Harmonies of #2FED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED70

Black with #2FED70

Text Example


Text Example

White with #2FED70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,112); }

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

background-color css

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

 a { background-color: rgb(47,237,112); }

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

border-color css

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

 span { border-color: rgb(47,237,112); }

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