Html Css Color HEX #2FEC53 Malachite

📋 copy color: '#2FEC53'

red 47 ◦ green 236 ◦ blue 83

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

Shades of Malachite #2FEC53

Tints of Malachite #2FEC53

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.48%

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 12.84%
G = 64.48%
B = 22.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#2FEC53 (or 0x2FEC53) is known color: Malachite. HEX triplet: 2F, EC and 53. RGB value is (47,236,83). Sum of RGB (Red+Green+Blue) = 47+236+83=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC53 is #D013AC. Grayscale: #A2A2A2. Windows color (decimal): -13636525 or 5499951. OLE color: 5499951.

HSL color Cylindrical-coordinate representation of color #2FEC53: hue angle of 131.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC53 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 83 -
CMYK 0.80 0 0.65 0.07
HSL 131.43º 0.83% 0.55% -
HSV(B) 131.43º 0.8% 0.93% -
XYZ 32.73 61.22 18.28 -
YUV 162.05 83.38 45.94 -
System Red Green Blue C M Y K H S L
Decimal 47 236 83 0.80 0 0.65 0.07 131.43 0.83 0.55
Hex 2F EC 53 50 0 41 7 83 53 37
Octal 57 354 123 120 0 101 7 203 123 67
Binary 101111 11101100 1010011 1010000 0 1000001 111 10000011 1010011 110111

Color Harmonies of #2FEC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC53

Black with #2FEC53

Text Example


Text Example

White with #2FEC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,83); }

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

background-color css

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

 a { background-color: rgb(47,236,83); }

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

border-color css

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

 span { border-color: rgb(47,236,83); }

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