Html Css Color HEX #2BEA5E Malachite

📋 copy color: '#2BEA5E'

red 43 ◦ green 234 ◦ blue 94

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

Shades of Malachite #2BEA5E

Tints of Malachite #2BEA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 11.59%
G = 63.07%
B = 25.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#2BEA5E (or 0x2BEA5E) is known color: Malachite. HEX triplet: 2B, EA and 5E. RGB value is (43,234,94). Sum of RGB (Red+Green+Blue) = 43+234+94=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA5E is #D415A1. Grayscale: #A1A1A1. Windows color (decimal): -13899170 or 6220331. OLE color: 6220331.

HSL color Cylindrical-coordinate representation of color #2BEA5E: hue angle of 136.02º 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 #2BEA5E is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 94 -
CMYK 0.82 0 0.60 0.08
HSL 136.02º 0.82% 0.54% -
HSV(B) 136.02º 0.82% 0.92% -
XYZ 32.44 60.17 20.49 -
YUV 160.93 90.22 43.88 -
System Red Green Blue C M Y K H S L
Decimal 43 234 94 0.82 0 0.60 0.08 136.02 0.82 0.54
Hex 2B EA 5E 52 0 3C 8 88 52 36
Octal 53 352 136 122 0 74 10 210 122 66
Binary 101011 11101010 1011110 1010010 0 111100 1000 10001000 1010010 110110

Color Harmonies of #2BEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEA5E

Black with #2BEA5E

Text Example


Text Example

White with #2BEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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