Html Css Color HEX #2BF85D Malachite

📋 copy color: '#2BF85D'

red 43 ◦ green 248 ◦ blue 93

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

Shades of Malachite #2BF85D

Tints of Malachite #2BF85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 11.2%
G = 64.58%
B = 24.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#2BF85D (or 0x2BF85D) is known color: Malachite. HEX triplet: 2B, F8 and 5D. RGB value is (43,248,93). Sum of RGB (Red+Green+Blue) = 43+248+93=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF85D is #D407A2. Grayscale: #A9A9A9. Windows color (decimal): -13895587 or 6158379. OLE color: 6158379.

HSL color Cylindrical-coordinate representation of color #2BF85D: hue angle of 134.63º 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 #2BF85D is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 43 248 93 -
CMYK 0.83 0 0.62 0.03
HSL 134.63º 0.94% 0.57% -
HSV(B) 134.63º 0.83% 0.97% -
XYZ 36.54 68.44 21.64 -
YUV 169.04 85.08 38.1 -
System Red Green Blue C M Y K H S L
Decimal 43 248 93 0.83 0 0.62 0.03 134.63 0.94 0.57
Hex 2B F8 5D 53 0 3E 3 87 5E 39
Octal 53 370 135 123 0 76 3 207 136 71
Binary 101011 11111000 1011101 1010011 0 111110 11 10000111 1011110 111001

Color Harmonies of #2BF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF85D

Black with #2BF85D

Text Example


Text Example

White with #2BF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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