Html Css Color HEX #2EFF4F Malachite

📋 copy color: '#2EFF4F'

red 46 ◦ green 255 ◦ blue 79

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

Shades of Malachite #2EFF4F

Tints of Malachite #2EFF4F

RGB

 RED value IS 46 (18.36% from 255) = 12.11%

 GREEN value IS 255 (100% from 255) = 67.11%

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 12.11%
G = 67.11%
B = 20.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#2EFF4F (or 0x2EFF4F) is known color: Malachite. HEX triplet: 2E, FF and 4F. RGB value is (46,255,79). Sum of RGB (Red+Green+Blue) = 46+255+79=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF4F is #D100B0. Grayscale: #ACACAC. Windows color (decimal): -13697201 or 5242670. OLE color: 5242670.

HSL color Cylindrical-coordinate representation of color #2EFF4F: hue angle of 129.47º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF4F is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 79 -
CMYK 0.82 0 0.69 0
HSL 129.47º 1% 0.59% -
HSV(B) 129.47º 0.82% 1% -
XYZ 38.3 72.67 19.4 -
YUV 172.45 75.26 37.81 -
System Red Green Blue C M Y K H S L
Decimal 46 255 79 0.82 0 0.69 0 129.47 1 0.59
Hex 2E FF 4F 52 0 45 0 81 64 3B
Octal 56 377 117 122 0 105 0 201 144 73
Binary 101110 11111111 1001111 1010010 0 1000101 0 10000001 1100100 111011

Color Harmonies of #2EFF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF4F

Black with #2EFF4F

Text Example


Text Example

White with #2EFF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,79); }

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

background-color css

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

 a { background-color: rgb(46,255,79); }

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

border-color css

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

 span { border-color: rgb(46,255,79); }

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