Html Css Color HEX #2BF057 Malachite

📋 copy color: '#2BF057'

red 43 ◦ green 240 ◦ blue 87

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

Shades of Malachite #2BF057

Tints of Malachite #2BF057

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.86%

 BLUE value IS 87 (34.38% from 255) = 23.51%

R = 11.62%
G = 64.86%
B = 23.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#2BF057 (or 0x2BF057) is known color: Malachite. HEX triplet: 2B, F0 and 57. RGB value is (43,240,87). Sum of RGB (Red+Green+Blue) = 43+240+87=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF057 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF057 is #D40FA8. Grayscale: #A4A4A4. Windows color (decimal): -13897641 or 5763115. OLE color: 5763115.

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

Color convert

RGB 43 240 87 -
CMYK 0.82 0 0.64 0.06
HSL 133.4º 0.87% 0.55% -
HSV(B) 133.4º 0.82% 0.94% -
XYZ 33.88 63.52 19.49 -
YUV 163.66 84.73 41.94 -
System Red Green Blue C M Y K H S L
Decimal 43 240 87 0.82 0 0.64 0.06 133.4 0.87 0.55
Hex 2B F0 57 52 0 40 6 85 57 37
Octal 53 360 127 122 0 100 6 205 127 67
Binary 101011 11110000 1010111 1010010 0 1000000 110 10000101 1010111 110111

Color Harmonies of #2BF057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF057

Black with #2BF057

Text Example


Text Example

White with #2BF057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,240,87); }

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

background-color css

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

 a { background-color: rgb(43,240,87); }

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

border-color css

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

 span { border-color: rgb(43,240,87); }

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