Html Css Color HEX #2BF850 Malachite

📋 copy color: '#2BF850'

red 43 ◦ green 248 ◦ blue 80

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

Shades of Malachite #2BF850

Tints of Malachite #2BF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 66.85%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 11.59%
G = 66.85%
B = 21.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#2BF850 (or 0x2BF850) is known color: Malachite. HEX triplet: 2B, F8 and 50. RGB value is (43,248,80). Sum of RGB (Red+Green+Blue) = 43+248+80=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF850 is #D407AF. Grayscale: #A8A8A8. Windows color (decimal): -13895600 or 5306411. OLE color: 5306411.

HSL color Cylindrical-coordinate representation of color #2BF850: hue angle of 130.83º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF850 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 43 248 80 -
CMYK 0.83 0 0.68 0.03
HSL 130.83º 0.94% 0.57% -
HSV(B) 130.83º 0.83% 0.97% -
XYZ 36.01 68.23 18.86 -
YUV 167.55 78.58 39.16 -
System Red Green Blue C M Y K H S L
Decimal 43 248 80 0.83 0 0.68 0.03 130.83 0.94 0.57
Hex 2B F8 50 53 0 44 3 83 5E 39
Octal 53 370 120 123 0 104 3 203 136 71
Binary 101011 11111000 1010000 1010011 0 1000100 11 10000011 1011110 111001

Color Harmonies of #2BF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF850

Black with #2BF850

Text Example


Text Example

White with #2BF850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,248,80); }

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

background-color css

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

 a { background-color: rgb(43,248,80); }

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

border-color css

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

 span { border-color: rgb(43,248,80); }

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