Html Css Color HEX #2FE069 Emerald

📋 copy color: '#2FE069'

red 47 ◦ green 224 ◦ blue 105

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

Shades of Emerald #2FE069

Tints of Emerald #2FE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.57%

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 12.5%
G = 59.57%
B = 27.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#2FE069 (or 0x2FE069) is known color: Emerald. HEX triplet: 2F, E0 and 69. RGB value is (47,224,105). Sum of RGB (Red+Green+Blue) = 47+224+105=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE069 is #D01F96. Grayscale: #9D9D9D. Windows color (decimal): -13639575 or 6938671. OLE color: 6938671.

HSL color Cylindrical-coordinate representation of color #2FE069: hue angle of 139.66º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE069 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 224 105 -
CMYK 0.79 0 0.53 0.12
HSL 139.66º 0.74% 0.53% -
HSV(B) 139.66º 0.79% 0.88% -
XYZ 30.38 54.94 22.37 -
YUV 157.51 98.36 49.18 -
System Red Green Blue C M Y K H S L
Decimal 47 224 105 0.79 0 0.53 0.12 139.66 0.74 0.53
Hex 2F E0 69 4F 0 35 C 8C 4A 35
Octal 57 340 151 117 0 65 14 214 112 65
Binary 101111 11100000 1101001 1001111 0 110101 1100 10001100 1001010 110101

Color Harmonies of #2FE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE069

Black with #2FE069

Text Example


Text Example

White with #2FE069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,224,105); }

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

background-color css

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

 a { background-color: rgb(47,224,105); }

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

border-color css

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

 span { border-color: rgb(47,224,105); }

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