Html Css Color HEX #2BEB66 Malachite

📋 copy color: '#2BEB66'

red 43 ◦ green 235 ◦ blue 102

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

Shades of Malachite #2BEB66

Tints of Malachite #2BEB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.84%

R = 11.32%
G = 61.84%
B = 26.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#2BEB66 (or 0x2BEB66) is known color: Malachite. HEX triplet: 2B, EB and 66. RGB value is (43,235,102). Sum of RGB (Red+Green+Blue) = 43+235+102=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 235 (92.19% from 255 or 61.84% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEB66 is #D41499. Grayscale: #A2A2A2. Windows color (decimal): -13898906 or 6744875. OLE color: 6744875.

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

Color convert

RGB 43 235 102 -
CMYK 0.82 0 0.57 0.08
HSL 138.44º 0.83% 0.55% -
HSV(B) 138.44º 0.82% 0.92% -
XYZ 33.1 60.89 22.58 -
YUV 162.43 93.89 42.81 -
System Red Green Blue C M Y K H S L
Decimal 43 235 102 0.82 0 0.57 0.08 138.44 0.83 0.55
Hex 2B EB 66 52 0 39 8 8A 53 37
Octal 53 353 146 122 0 71 10 212 123 67
Binary 101011 11101011 1100110 1010010 0 111001 1000 10001010 1010011 110111

Color Harmonies of #2BEB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEB66

Black with #2BEB66

Text Example


Text Example

White with #2BEB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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