Html Css Color HEX #2BF149 Malachite

📋 copy color: '#2BF149'

red 43 ◦ green 241 ◦ blue 73

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

Shades of Malachite #2BF149

Tints of Malachite #2BF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.51%

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

R = 12.04%
G = 67.51%
B = 20.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#2BF149 (or 0x2BF149) is known color: Malachite. HEX triplet: 2B, F1 and 49. RGB value is (43,241,73). Sum of RGB (Red+Green+Blue) = 43+241+73=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #2BF149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF149 is #D40EB6. Grayscale: #A3A3A3. Windows color (decimal): -13897399 or 4845867. OLE color: 4845867.

HSL color Cylindrical-coordinate representation of color #2BF149: hue angle of 129.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF149 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 43 241 73 -
CMYK 0.82 0 0.70 0.05
HSL 129.09º 0.88% 0.56% -
HSV(B) 129.09º 0.82% 0.95% -
XYZ 33.65 63.91 16.86 -
YUV 162.65 77.4 42.66 -
System Red Green Blue C M Y K H S L
Decimal 43 241 73 0.82 0 0.70 0.05 129.09 0.88 0.56
Hex 2B F1 49 52 0 46 5 81 58 38
Octal 53 361 111 122 0 106 5 201 130 70
Binary 101011 11110001 1001001 1010010 0 1000110 101 10000001 1011000 111000

Color Harmonies of #2BF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF149

Black with #2BF149

Text Example


Text Example

White with #2BF149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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