Html Css Color HEX #2BEF66 Malachite

📋 copy color: '#2BEF66'

red 43 ◦ green 239 ◦ blue 102

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

Shades of Malachite #2BEF66

Tints of Malachite #2BEF66

RGB

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

 GREEN value IS 239 (93.75% from 255) = 62.24%

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

R = 11.2%
G = 62.24%
B = 26.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#2BEF66 (or 0x2BEF66) is known color: Malachite. HEX triplet: 2B, EF and 66. RGB value is (43,239,102). Sum of RGB (Red+Green+Blue) = 43+239+102=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 239 (93.75% from 255 or 62.24% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF66 is #D41099. Grayscale: #A5A5A5. Windows color (decimal): -13897882 or 6745899. OLE color: 6745899.

HSL color Cylindrical-coordinate representation of color #2BEF66: hue angle of 138.06º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF66 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 239 102 -
CMYK 0.82 0 0.57 0.06
HSL 138.06º 0.86% 0.55% -
HSV(B) 138.06º 0.82% 0.94% -
XYZ 34.26 63.21 22.96 -
YUV 164.78 92.57 41.14 -
System Red Green Blue C M Y K H S L
Decimal 43 239 102 0.82 0 0.57 0.06 138.06 0.86 0.55
Hex 2B EF 66 52 0 39 6 8A 56 37
Octal 53 357 146 122 0 71 6 212 126 67
Binary 101011 11101111 1100110 1010010 0 111001 110 10001010 1010110 110111

Color Harmonies of #2BEF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEF66

Black with #2BEF66

Text Example


Text Example

White with #2BEF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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