Html Css Color HEX #2EFF62 Malachite

📋 copy color: '#2EFF62'

red 46 ◦ green 255 ◦ blue 98

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

Shades of Malachite #2EFF62

Tints of Malachite #2EFF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.56%

R = 11.53%
G = 63.91%
B = 24.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#2EFF62 (or 0x2EFF62) is known color: Malachite. HEX triplet: 2E, FF and 62. RGB value is (46,255,98). Sum of RGB (Red+Green+Blue) = 46+255+98=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF62 is #D1009D. Grayscale: #AFAFAF. Windows color (decimal): -13697182 or 6487854. OLE color: 6487854.

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

Color convert

RGB 46 255 98 -
CMYK 0.82 0 0.62 0
HSL 134.93º 1% 0.59% -
HSV(B) 134.93º 0.82% 1% -
XYZ 39.09 72.98 23.58 -
YUV 174.61 84.76 36.27 -
System Red Green Blue C M Y K H S L
Decimal 46 255 98 0.82 0 0.62 0 134.93 1 0.59
Hex 2E FF 62 52 0 3E 0 87 64 3B
Octal 56 377 142 122 0 76 0 207 144 73
Binary 101110 11111111 1100010 1010010 0 111110 0 10000111 1100100 111011

Color Harmonies of #2EFF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF62

Black with #2EFF62

Text Example


Text Example

White with #2EFF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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