Html Css Color HEX #2AE64E Malachite

📋 copy color: '#2AE64E'

red 42 ◦ green 230 ◦ blue 78

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

Shades of Malachite #2AE64E

Tints of Malachite #2AE64E

RGB

 RED value IS 42 (16.8% from 255) = 12%

 GREEN value IS 230 (90.23% from 255) = 65.71%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 12%
G = 65.71%
B = 22.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#2AE64E (or 0x2AE64E) is known color: Malachite. HEX triplet: 2A, E6 and 4E. RGB value is (42,230,78). Sum of RGB (Red+Green+Blue) = 42+230+78=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 230 (90.23% from 255 or 65.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE64E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE64E is #D519B1. Grayscale: #9C9C9C. Windows color (decimal): -13965746 or 5170730. OLE color: 5170730.

HSL color Cylindrical-coordinate representation of color #2AE64E: hue angle of 131.49º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE64E is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 78 -
CMYK 0.82 0 0.66 0.10
HSL 131.49º 0.79% 0.53% -
HSV(B) 131.49º 0.82% 0.9% -
XYZ 30.63 57.64 16.72 -
YUV 156.46 83.72 46.36 -
System Red Green Blue C M Y K H S L
Decimal 42 230 78 0.82 0 0.66 0.10 131.49 0.79 0.53
Hex 2A E6 4E 52 0 42 A 83 4F 35
Octal 52 346 116 122 0 102 12 203 117 65
Binary 101010 11100110 1001110 1010010 0 1000010 1010 10000011 1001111 110101

Color Harmonies of #2AE64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE64E

Black with #2AE64E

Text Example


Text Example

White with #2AE64E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,230,78); }

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

background-color css

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

 a { background-color: rgb(42,230,78); }

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

border-color css

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

 span { border-color: rgb(42,230,78); }

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