Html Css Color HEX #2BF049 Malachite

📋 copy color: '#2BF049'

red 43 ◦ green 240 ◦ blue 73

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

Shades of Malachite #2BF049

Tints of Malachite #2BF049

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

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

R = 12.08%
G = 67.42%
B = 20.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#2BF049 (or 0x2BF049) is known color: Malachite. HEX triplet: 2B, F0 and 49. RGB value is (43,240,73). Sum of RGB (Red+Green+Blue) = 43+240+73=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF049 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF049 is #D40FB6. Grayscale: #A2A2A2. Windows color (decimal): -13897655 or 4845611. OLE color: 4845611.

HSL color Cylindrical-coordinate representation of color #2BF049: hue angle of 129.14º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF049 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 240 73 -
CMYK 0.82 0 0.70 0.06
HSL 129.14º 0.87% 0.55% -
HSV(B) 129.14º 0.82% 0.94% -
XYZ 33.36 63.31 16.77 -
YUV 162.06 77.73 43.08 -
System Red Green Blue C M Y K H S L
Decimal 43 240 73 0.82 0 0.70 0.06 129.14 0.87 0.55
Hex 2B F0 49 52 0 46 6 81 57 37
Octal 53 360 111 122 0 106 6 201 127 67
Binary 101011 11110000 1001001 1010010 0 1000110 110 10000001 1010111 110111

Color Harmonies of #2BF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF049

Black with #2BF049

Text Example


Text Example

White with #2BF049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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