Html Css Color HEX #2FE656 Malachite

📋 copy color: '#2FE656'

red 47 ◦ green 230 ◦ blue 86

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

Shades of Malachite #2FE656

Tints of Malachite #2FE656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 12.95%
G = 63.36%
B = 23.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#2FE656 (or 0x2FE656) is known color: Malachite. HEX triplet: 2F, E6 and 56. RGB value is (47,230,86). Sum of RGB (Red+Green+Blue) = 47+230+86=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 230 (90.23% from 255 or 63.36% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE656 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE656 is #D019A9. Grayscale: #9F9F9F. Windows color (decimal): -13638058 or 5695023. OLE color: 5695023.

HSL color Cylindrical-coordinate representation of color #2FE656: hue angle of 132.79º 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 #2FE656 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 230 86 -
CMYK 0.80 0 0.63 0.10
HSL 132.79º 0.79% 0.54% -
HSV(B) 132.79º 0.8% 0.9% -
XYZ 31.15 57.87 18.33 -
YUV 158.87 86.87 48.21 -
System Red Green Blue C M Y K H S L
Decimal 47 230 86 0.80 0 0.63 0.10 132.79 0.79 0.54
Hex 2F E6 56 50 0 3F A 85 4F 36
Octal 57 346 126 120 0 77 12 205 117 66
Binary 101111 11100110 1010110 1010000 0 111111 1010 10000101 1001111 110110

Color Harmonies of #2FE656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE656

Black with #2FE656

Text Example


Text Example

White with #2FE656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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