Html Css Color HEX #2FE66F Emerald

📋 copy color: '#2FE66F'

red 47 ◦ green 230 ◦ blue 111

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

Shades of Emerald #2FE66F

Tints of Emerald #2FE66F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 59.28%

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 12.11%
G = 59.28%
B = 28.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#2FE66F (or 0x2FE66F) is known color: Emerald. HEX triplet: 2F, E6 and 6F. RGB value is (47,230,111). Sum of RGB (Red+Green+Blue) = 47+230+111=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 230 (90.23% from 255 or 59.28% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE66F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE66F is #D01990. Grayscale: #A2A2A2. Windows color (decimal): -13638033 or 7333423. OLE color: 7333423.

HSL color Cylindrical-coordinate representation of color #2FE66F: hue angle of 140.98º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE66F is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 230 111 -
CMYK 0.80 0 0.52 0.10
HSL 140.98º 0.79% 0.54% -
HSV(B) 140.98º 0.8% 0.9% -
XYZ 32.34 58.35 24.6 -
YUV 161.72 99.37 46.18 -
System Red Green Blue C M Y K H S L
Decimal 47 230 111 0.80 0 0.52 0.10 140.98 0.79 0.54
Hex 2F E6 6F 50 0 34 A 8D 4F 36
Octal 57 346 157 120 0 64 12 215 117 66
Binary 101111 11100110 1101111 1010000 0 110100 1010 10001101 1001111 110110

Color Harmonies of #2FE66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE66F

Black with #2FE66F

Text Example


Text Example

White with #2FE66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,230,111); }

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

background-color css

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

 a { background-color: rgb(47,230,111); }

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

border-color css

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

 span { border-color: rgb(47,230,111); }

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