Html Css Color HEX #2BE950 Malachite

📋 copy color: '#2BE950'

red 43 ◦ green 233 ◦ blue 80

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

Shades of Malachite #2BE950

Tints of Malachite #2BE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.45%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 12.08%
G = 65.45%
B = 22.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#2BE950 (or 0x2BE950) is known color: Malachite. HEX triplet: 2B, E9 and 50. RGB value is (43,233,80). Sum of RGB (Red+Green+Blue) = 43+233+80=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE950 is #D416AF. Grayscale: #9F9F9F. Windows color (decimal): -13899440 or 5302571. OLE color: 5302571.

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

Color convert

RGB 43 233 80 -
CMYK 0.82 0 0.66 0.09
HSL 131.68º 0.81% 0.54% -
HSV(B) 131.68º 0.82% 0.91% -
XYZ 31.58 59.37 17.38 -
YUV 158.75 83.55 45.44 -
System Red Green Blue C M Y K H S L
Decimal 43 233 80 0.82 0 0.66 0.09 131.68 0.81 0.54
Hex 2B E9 50 52 0 42 9 84 51 36
Octal 53 351 120 122 0 102 11 204 121 66
Binary 101011 11101001 1010000 1010010 0 1000010 1001 10000100 1010001 110110

Color Harmonies of #2BE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE950

Black with #2BE950

Text Example


Text Example

White with #2BE950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,233,80); }

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

background-color css

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

 a { background-color: rgb(43,233,80); }

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

border-color css

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

 span { border-color: rgb(43,233,80); }

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