Html Css Color HEX #2FE352 Malachite

📋 copy color: '#2FE352'

red 47 ◦ green 227 ◦ blue 82

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

Shades of Malachite #2FE352

Tints of Malachite #2FE352

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.76%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 13.2%
G = 63.76%
B = 23.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#2FE352 (or 0x2FE352) is known color: Malachite. HEX triplet: 2F, E3 and 52. RGB value is (47,227,82). Sum of RGB (Red+Green+Blue) = 47+227+82=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 227 (89.06% from 255 or 63.76% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE352 is #D01CAD. Grayscale: #9D9D9D. Windows color (decimal): -13638830 or 5432111. OLE color: 5432111.

HSL color Cylindrical-coordinate representation of color #2FE352: hue angle of 131.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE352 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 227 82 -
CMYK 0.79 0 0.64 0.11
HSL 131.67º 0.76% 0.54% -
HSV(B) 131.67º 0.79% 0.89% -
XYZ 30.16 56.15 17.23 -
YUV 156.65 85.87 49.79 -
System Red Green Blue C M Y K H S L
Decimal 47 227 82 0.79 0 0.64 0.11 131.67 0.76 0.54
Hex 2F E3 52 4F 0 40 B 84 4C 36
Octal 57 343 122 117 0 100 13 204 114 66
Binary 101111 11100011 1010010 1001111 0 1000000 1011 10000100 1001100 110110

Color Harmonies of #2FE352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE352

Black with #2FE352

Text Example


Text Example

White with #2FE352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,227,82); }

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

background-color css

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

 a { background-color: rgb(47,227,82); }

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

border-color css

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

 span { border-color: rgb(47,227,82); }

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