Html Css Color HEX #2BF74D Malachite

📋 copy color: '#2BF74D'

red 43 ◦ green 247 ◦ blue 77

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

Shades of Malachite #2BF74D

Tints of Malachite #2BF74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 11.72%
G = 67.3%
B = 20.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#2BF74D (or 0x2BF74D) is known color: Malachite. HEX triplet: 2B, F7 and 4D. RGB value is (43,247,77). Sum of RGB (Red+Green+Blue) = 43+247+77=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF74D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF74D is #D408B2. Grayscale: #A7A7A7. Windows color (decimal): -13895859 or 5109547. OLE color: 5109547.

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

Color convert

RGB 43 247 77 -
CMYK 0.83 0 0.69 0.03
HSL 130º 0.93% 0.57% -
HSV(B) 130º 0.83% 0.97% -
XYZ 35.6 67.57 18.19 -
YUV 166.62 77.41 39.82 -
System Red Green Blue C M Y K H S L
Decimal 43 247 77 0.83 0 0.69 0.03 130 0.93 0.57
Hex 2B F7 4D 53 0 45 3 82 5D 39
Octal 53 367 115 123 0 105 3 202 135 71
Binary 101011 11110111 1001101 1010011 0 1000101 11 10000010 1011101 111001

Color Harmonies of #2BF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF74D

Black with #2BF74D

Text Example


Text Example

White with #2BF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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