Html Css Color HEX #2BEB5F Malachite

📋 copy color: '#2BEB5F'

red 43 ◦ green 235 ◦ blue 95

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

Shades of Malachite #2BEB5F

Tints of Malachite #2BEB5F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 63%

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 11.53%
G = 63%
B = 25.47%

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

#2BEB5F (or 0x2BEB5F) is known color: Malachite. HEX triplet: 2B, EB and 5F. RGB value is (43,235,95). Sum of RGB (Red+Green+Blue) = 43+235+95=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 235 (92.19% from 255 or 63.00% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEB5F is #D414A0. Grayscale: #A2A2A2. Windows color (decimal): -13898913 or 6286123. OLE color: 6286123.

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

Color convert

RGB 43 235 95 -
CMYK 0.82 0 0.60 0.08
HSL 136.25º 0.83% 0.55% -
HSV(B) 136.25º 0.82% 0.92% -
XYZ 32.77 60.76 20.83 -
YUV 161.63 90.39 43.38 -
System Red Green Blue C M Y K H S L
Decimal 43 235 95 0.82 0 0.60 0.08 136.25 0.83 0.55
Hex 2B EB 5F 52 0 3C 8 88 53 37
Octal 53 353 137 122 0 74 10 210 123 67
Binary 101011 11101011 1011111 1010010 0 111100 1000 10001000 1010011 110111

Color Harmonies of #2BEB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEB5F

Black with #2BEB5F

Text Example


Text Example

White with #2BEB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,235,95); }

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

background-color css

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

 a { background-color: rgb(43,235,95); }

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

border-color css

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

 span { border-color: rgb(43,235,95); }

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