Html Css Color HEX #2EF953 Malachite

📋 copy color: '#2EF953'

red 46 ◦ green 249 ◦ blue 83

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

Shades of Malachite #2EF953

Tints of Malachite #2EF953

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.87%

 BLUE value IS 83 (32.81% from 255) = 21.96%

R = 12.17%
G = 65.87%
B = 21.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#2EF953 (or 0x2EF953) is known color: Malachite. HEX triplet: 2E, F9 and 53. RGB value is (46,249,83). Sum of RGB (Red+Green+Blue) = 46+249+83=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF953 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF953 is #D106AC. Grayscale: #A9A9A9. Windows color (decimal): -13698733 or 5503278. OLE color: 5503278.

HSL color Cylindrical-coordinate representation of color #2EF953: hue angle of 130.94º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF953 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 83 -
CMYK 0.82 0 0.67 0.02
HSL 130.94º 0.94% 0.58% -
HSV(B) 130.94º 0.82% 0.98% -
XYZ 36.56 68.96 19.57 -
YUV 169.38 79.25 40 -
System Red Green Blue C M Y K H S L
Decimal 46 249 83 0.82 0 0.67 0.02 130.94 0.94 0.58
Hex 2E F9 53 52 0 43 2 83 5E 3A
Octal 56 371 123 122 0 103 2 203 136 72
Binary 101110 11111001 1010011 1010010 0 1000011 10 10000011 1011110 111010

Color Harmonies of #2EF953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF953

Black with #2EF953

Text Example


Text Example

White with #2EF953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,249,83); }

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

background-color css

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

 a { background-color: rgb(46,249,83); }

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

border-color css

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

 span { border-color: rgb(46,249,83); }

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