Html Css Color HEX #2BEA62 Malachite

📋 copy color: '#2BEA62'

red 43 ◦ green 234 ◦ blue 98

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

Shades of Malachite #2BEA62

Tints of Malachite #2BEA62

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.4%

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 11.47%
G = 62.4%
B = 26.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#2BEA62 (or 0x2BEA62) is known color: Malachite. HEX triplet: 2B, EA and 62. RGB value is (43,234,98). Sum of RGB (Red+Green+Blue) = 43+234+98=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA62 is #D4159D. Grayscale: #A1A1A1. Windows color (decimal): -13899166 or 6482475. OLE color: 6482475.

HSL color Cylindrical-coordinate representation of color #2BEA62: hue angle of 137.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA62 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 98 -
CMYK 0.82 0 0.58 0.08
HSL 137.28º 0.82% 0.54% -
HSV(B) 137.28º 0.82% 0.92% -
XYZ 32.62 60.24 21.46 -
YUV 161.39 92.22 43.56 -
System Red Green Blue C M Y K H S L
Decimal 43 234 98 0.82 0 0.58 0.08 137.28 0.82 0.54
Hex 2B EA 62 52 0 3A 8 89 52 36
Octal 53 352 142 122 0 72 10 211 122 66
Binary 101011 11101010 1100010 1010010 0 111010 1000 10001001 1010010 110110

Color Harmonies of #2BEA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA62

Black with #2BEA62

Text Example


Text Example

White with #2BEA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,234,98); }

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

background-color css

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

 a { background-color: rgb(43,234,98); }

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

border-color css

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

 span { border-color: rgb(43,234,98); }

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