Html Css Color HEX #2FE06B Emerald

📋 copy color: '#2FE06B'

red 47 ◦ green 224 ◦ blue 107

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

Shades of Emerald #2FE06B

Tints of Emerald #2FE06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 12.43%
G = 59.26%
B = 28.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#2FE06B (or 0x2FE06B) is known color: Emerald. HEX triplet: 2F, E0 and 6B. RGB value is (47,224,107). Sum of RGB (Red+Green+Blue) = 47+224+107=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE06B is #D01F94. Grayscale: #9E9E9E. Windows color (decimal): -13639573 or 7069743. OLE color: 7069743.

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

Color convert

RGB 47 224 107 -
CMYK 0.79 0 0.52 0.12
HSL 140.34º 0.74% 0.53% -
HSV(B) 140.34º 0.79% 0.88% -
XYZ 30.48 54.98 22.92 -
YUV 157.74 99.36 49.01 -
System Red Green Blue C M Y K H S L
Decimal 47 224 107 0.79 0 0.52 0.12 140.34 0.74 0.53
Hex 2F E0 6B 4F 0 34 C 8C 4A 35
Octal 57 340 153 117 0 64 14 214 112 65
Binary 101111 11100000 1101011 1001111 0 110100 1100 10001100 1001010 110101

Color Harmonies of #2FE06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE06B

Black with #2FE06B

Text Example


Text Example

White with #2FE06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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