Html Css Color HEX #2BEF69 Malachite

📋 copy color: '#2BEF69'

red 43 ◦ green 239 ◦ blue 105

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

Shades of Malachite #2BEF69

Tints of Malachite #2BEF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.13%

R = 11.11%
G = 61.76%
B = 27.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#2BEF69 (or 0x2BEF69) is known color: Malachite. HEX triplet: 2B, EF and 69. RGB value is (43,239,105). Sum of RGB (Red+Green+Blue) = 43+239+105=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 239 (93.75% from 255 or 61.76% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF69 is #D41096. Grayscale: #A5A5A5. Windows color (decimal): -13897879 or 6942507. OLE color: 6942507.

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

Color convert

RGB 43 239 105 -
CMYK 0.82 0 0.56 0.06
HSL 138.98º 0.86% 0.55% -
HSV(B) 138.98º 0.82% 0.94% -
XYZ 34.41 63.27 23.76 -
YUV 165.12 94.07 40.9 -
System Red Green Blue C M Y K H S L
Decimal 43 239 105 0.82 0 0.56 0.06 138.98 0.86 0.55
Hex 2B EF 69 52 0 38 6 8B 56 37
Octal 53 357 151 122 0 70 6 213 126 67
Binary 101011 11101111 1101001 1010010 0 111000 110 10001011 1010110 110111

Color Harmonies of #2BEF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEF69

Black with #2BEF69

Text Example


Text Example

White with #2BEF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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