Html Css Color HEX #2BFC49 Malachite

📋 copy color: '#2BFC49'

red 43 ◦ green 252 ◦ blue 73

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

Shades of Malachite #2BFC49

Tints of Malachite #2BFC49

RGB

 RED value IS 43 (17.19% from 255) = 11.68%

 GREEN value IS 252 (98.83% from 255) = 68.48%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 11.68%
G = 68.48%
B = 19.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#2BFC49 (or 0x2BFC49) is known color: Malachite. HEX triplet: 2B, FC and 49. RGB value is (43,252,73). Sum of RGB (Red+Green+Blue) = 43+252+73=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 252 (98.83% from 255 or 68.48% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFC49 is #D403B6. Grayscale: #A9A9A9. Windows color (decimal): -13894583 or 4848683. OLE color: 4848683.

HSL color Cylindrical-coordinate representation of color #2BFC49: hue angle of 128.61º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFC49 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 252 73 -
CMYK 0.83 0 0.71 0.01
HSL 128.61º 0.97% 0.58% -
HSV(B) 128.61º 0.83% 0.99% -
XYZ 37.01 70.62 17.98 -
YUV 169.1 73.76 38.05 -
System Red Green Blue C M Y K H S L
Decimal 43 252 73 0.83 0 0.71 0.01 128.61 0.97 0.58
Hex 2B FC 49 53 0 47 1 81 61 3A
Octal 53 374 111 123 0 107 1 201 141 72
Binary 101011 11111100 1001001 1010011 0 1000111 1 10000001 1100001 111010

Color Harmonies of #2BFC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFC49

Black with #2BFC49

Text Example


Text Example

White with #2BFC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,252,73); }

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

background-color css

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

 a { background-color: rgb(43,252,73); }

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

border-color css

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

 span { border-color: rgb(43,252,73); }

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