Html Css Color HEX #2EF258 Malachite

📋 copy color: '#2EF258'

red 46 ◦ green 242 ◦ blue 88

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

Shades of Malachite #2EF258

Tints of Malachite #2EF258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.36%

 BLUE value IS 88 (34.77% from 255) = 23.4%

R = 12.23%
G = 64.36%
B = 23.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#2EF258 (or 0x2EF258) is known color: Malachite. HEX triplet: 2E, F2 and 58. RGB value is (46,242,88). Sum of RGB (Red+Green+Blue) = 46+242+88=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF258 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF258 is #D10DA7. Grayscale: #A6A6A6. Windows color (decimal): -13700520 or 5829166. OLE color: 5829166.

HSL color Cylindrical-coordinate representation of color #2EF258: hue angle of 132.86º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF258 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 88 -
CMYK 0.81 0 0.64 0.05
HSL 132.86º 0.88% 0.56% -
HSV(B) 132.86º 0.81% 0.95% -
XYZ 34.64 64.79 19.91 -
YUV 165.84 84.07 42.52 -
System Red Green Blue C M Y K H S L
Decimal 46 242 88 0.81 0 0.64 0.05 132.86 0.88 0.56
Hex 2E F2 58 51 0 40 5 85 58 38
Octal 56 362 130 121 0 100 5 205 130 70
Binary 101110 11110010 1011000 1010001 0 1000000 101 10000101 1011000 111000

Color Harmonies of #2EF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF258

Black with #2EF258

Text Example


Text Example

White with #2EF258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,242,88); }

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

background-color css

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

 a { background-color: rgb(46,242,88); }

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

border-color css

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

 span { border-color: rgb(46,242,88); }

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