Html Css Color HEX #2BF75D Malachite

📋 copy color: '#2BF75D'

red 43 ◦ green 247 ◦ blue 93

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

Shades of Malachite #2BF75D

Tints of Malachite #2BF75D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 64.49%

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

R = 11.23%
G = 64.49%
B = 24.28%

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

#2BF75D (or 0x2BF75D) is known color: Malachite. HEX triplet: 2B, F7 and 5D. RGB value is (43,247,93). Sum of RGB (Red+Green+Blue) = 43+247+93=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 247 (96.88% from 255 or 64.49% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF75D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF75D is #D408A2. Grayscale: #A8A8A8. Windows color (decimal): -13895843 or 6158123. OLE color: 6158123.

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

Color convert

RGB 43 247 93 -
CMYK 0.83 0 0.62 0.03
HSL 134.71º 0.93% 0.57% -
HSV(B) 134.71º 0.83% 0.97% -
XYZ 36.23 67.83 21.54 -
YUV 168.45 85.41 38.52 -
System Red Green Blue C M Y K H S L
Decimal 43 247 93 0.83 0 0.62 0.03 134.71 0.93 0.57
Hex 2B F7 5D 53 0 3E 3 87 5D 39
Octal 53 367 135 123 0 76 3 207 135 71
Binary 101011 11110111 1011101 1010011 0 111110 11 10000111 1011101 111001

Color Harmonies of #2BF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF75D

Black with #2BF75D

Text Example


Text Example

White with #2BF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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