Html Css Color HEX #2BFE4D Malachite

📋 copy color: '#2BFE4D'

red 43 ◦ green 254 ◦ blue 77

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

Shades of Malachite #2BFE4D

Tints of Malachite #2BFE4D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 67.91%

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

R = 11.5%
G = 67.91%
B = 20.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#2BFE4D (or 0x2BFE4D) is known color: Malachite. HEX triplet: 2B, FE and 4D. RGB value is (43,254,77). Sum of RGB (Red+Green+Blue) = 43+254+77=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 254 (99.61% from 255 or 67.91% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFE4D is #D401B2. Grayscale: #ABABAB. Windows color (decimal): -13894067 or 5111339. OLE color: 5111339.

HSL color Cylindrical-coordinate representation of color #2BFE4D: hue angle of 129.67º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE4D is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 43 254 77 -
CMYK 0.83 0 0.70 0.00
HSL 129.67º 0.99% 0.58% -
HSV(B) 129.67º 0.83% 1% -
XYZ 37.78 71.93 18.91 -
YUV 170.73 75.1 36.89 -
System Red Green Blue C M Y K H S L
Decimal 43 254 77 0.83 0 0.70 0.00 129.67 0.99 0.58
Hex 2B FE 4D 53 0 46 0 82 63 3A
Octal 53 376 115 123 0 106 0 202 143 72
Binary 101011 11111110 1001101 1010011 0 1000110 0 10000010 1100011 111010

Color Harmonies of #2BFE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFE4D

Black with #2BFE4D

Text Example


Text Example

White with #2BFE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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