Html Css Color HEX #2BE260 Malachite

📋 copy color: '#2BE260'

red 43 ◦ green 226 ◦ blue 96

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

Shades of Malachite #2BE260

Tints of Malachite #2BE260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.92%

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 11.78%
G = 61.92%
B = 26.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#2BE260 (or 0x2BE260) is known color: Malachite. HEX triplet: 2B, E2 and 60. RGB value is (43,226,96). Sum of RGB (Red+Green+Blue) = 43+226+96=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE260 is #D41D9F. Grayscale: #9C9C9C. Windows color (decimal): -13901216 or 6349355. OLE color: 6349355.

HSL color Cylindrical-coordinate representation of color #2BE260: hue angle of 137.38º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE260 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 43 226 96 -
CMYK 0.81 0 0.58 0.11
HSL 137.38º 0.76% 0.53% -
HSV(B) 137.38º 0.81% 0.89% -
XYZ 30.3 55.75 20.23 -
YUV 156.46 93.87 47.07 -
System Red Green Blue C M Y K H S L
Decimal 43 226 96 0.81 0 0.58 0.11 137.38 0.76 0.53
Hex 2B E2 60 51 0 3A B 89 4C 35
Octal 53 342 140 121 0 72 13 211 114 65
Binary 101011 11100010 1100000 1010001 0 111010 1011 10001001 1001100 110101

Color Harmonies of #2BE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE260

Black with #2BE260

Text Example


Text Example

White with #2BE260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,226,96); }

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

background-color css

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

 a { background-color: rgb(43,226,96); }

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

border-color css

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

 span { border-color: rgb(43,226,96); }

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