Html Css Color HEX #2BE74F Malachite

📋 copy color: '#2BE74F'

red 43 ◦ green 231 ◦ blue 79

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

Shades of Malachite #2BE74F

Tints of Malachite #2BE74F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 65.44%

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 12.18%
G = 65.44%
B = 22.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#2BE74F (or 0x2BE74F) is known color: Malachite. HEX triplet: 2B, E7 and 4F. RGB value is (43,231,79). Sum of RGB (Red+Green+Blue) = 43+231+79=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 231 (90.62% from 255 or 65.44% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE74F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE74F is #D418B0. Grayscale: #9D9D9D. Windows color (decimal): -13899953 or 5236523. OLE color: 5236523.

HSL color Cylindrical-coordinate representation of color #2BE74F: hue angle of 131.49º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE74F is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 231 79 -
CMYK 0.81 0 0.66 0.09
HSL 131.49º 0.8% 0.54% -
HSV(B) 131.49º 0.81% 0.91% -
XYZ 30.98 58.23 17 -
YUV 157.46 83.72 46.36 -
System Red Green Blue C M Y K H S L
Decimal 43 231 79 0.81 0 0.66 0.09 131.49 0.8 0.54
Hex 2B E7 4F 51 0 42 9 83 50 36
Octal 53 347 117 121 0 102 11 203 120 66
Binary 101011 11100111 1001111 1010001 0 1000010 1001 10000011 1010000 110110

Color Harmonies of #2BE74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE74F

Black with #2BE74F

Text Example


Text Example

White with #2BE74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,231,79); }

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

background-color css

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

 a { background-color: rgb(43,231,79); }

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

border-color css

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

 span { border-color: rgb(43,231,79); }

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