Html Css Color HEX #2AE65D Malachite

📋 copy color: '#2AE65D'

red 42 ◦ green 230 ◦ blue 93

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

Shades of Malachite #2AE65D

Tints of Malachite #2AE65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 11.51%
G = 63.01%
B = 25.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#2AE65D (or 0x2AE65D) is known color: Malachite. HEX triplet: 2A, E6 and 5D. RGB value is (42,230,93). Sum of RGB (Red+Green+Blue) = 42+230+93=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 230 (90.23% from 255 or 63.01% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE65D is #D519A2. Grayscale: #9E9E9E. Windows color (decimal): -13965731 or 6153770. OLE color: 6153770.

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

Color convert

RGB 42 230 93 -
CMYK 0.82 0 0.60 0.10
HSL 136.28º 0.79% 0.53% -
HSV(B) 136.28º 0.82% 0.9% -
XYZ 31.23 57.88 19.88 -
YUV 158.17 91.22 45.14 -
System Red Green Blue C M Y K H S L
Decimal 42 230 93 0.82 0 0.60 0.10 136.28 0.79 0.53
Hex 2A E6 5D 52 0 3C A 88 4F 35
Octal 52 346 135 122 0 74 12 210 117 65
Binary 101010 11100110 1011101 1010010 0 111100 1010 10001000 1001111 110101

Color Harmonies of #2AE65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE65D

Black with #2AE65D

Text Example


Text Example

White with #2AE65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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