Html Css Color HEX #2BEB68 Malachite

📋 copy color: '#2BEB68'

red 43 ◦ green 235 ◦ blue 104

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

Shades of Malachite #2BEB68

Tints of Malachite #2BEB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 11.26%
G = 61.52%
B = 27.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#2BEB68 (or 0x2BEB68) is known color: Malachite. HEX triplet: 2B, EB and 68. RGB value is (43,235,104). Sum of RGB (Red+Green+Blue) = 43+235+104=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 235 (92.19% from 255 or 61.52% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEB68 is #D41497. Grayscale: #A2A2A2. Windows color (decimal): -13898904 or 6875947. OLE color: 6875947.

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

Color convert

RGB 43 235 104 -
CMYK 0.82 0 0.56 0.08
HSL 139.06º 0.83% 0.55% -
HSV(B) 139.06º 0.82% 0.92% -
XYZ 33.2 60.93 23.11 -
YUV 162.66 94.89 42.65 -
System Red Green Blue C M Y K H S L
Decimal 43 235 104 0.82 0 0.56 0.08 139.06 0.83 0.55
Hex 2B EB 68 52 0 38 8 8B 53 37
Octal 53 353 150 122 0 70 10 213 123 67
Binary 101011 11101011 1101000 1010010 0 111000 1000 10001011 1010011 110111

Color Harmonies of #2BEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEB68

Black with #2BEB68

Text Example


Text Example

White with #2BEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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