Html Css Color HEX #2AE268 Malachite

📋 copy color: '#2AE268'

red 42 ◦ green 226 ◦ blue 104

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

Shades of Malachite #2AE268

Tints of Malachite #2AE268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.75%

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 11.29%
G = 60.75%
B = 27.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#2AE268 (or 0x2AE268) is known color: Malachite. HEX triplet: 2A, E2 and 68. RGB value is (42,226,104). Sum of RGB (Red+Green+Blue) = 42+226+104=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 226 (88.67% from 255 or 60.75% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE268 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE268 is #D51D97. Grayscale: #9D9D9D. Windows color (decimal): -13966744 or 6873642. OLE color: 6873642.

HSL color Cylindrical-coordinate representation of color #2AE268: hue angle of 140.22º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE268 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 226 104 -
CMYK 0.81 0 0.54 0.11
HSL 140.22º 0.76% 0.53% -
HSV(B) 140.22º 0.81% 0.89% -
XYZ 30.65 55.88 22.27 -
YUV 157.08 98.04 45.92 -
System Red Green Blue C M Y K H S L
Decimal 42 226 104 0.81 0 0.54 0.11 140.22 0.76 0.53
Hex 2A E2 68 51 0 36 B 8C 4C 35
Octal 52 342 150 121 0 66 13 214 114 65
Binary 101010 11100010 1101000 1010001 0 110110 1011 10001100 1001100 110101

Color Harmonies of #2AE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE268

Black with #2AE268

Text Example


Text Example

White with #2AE268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,226,104); }

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

background-color css

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

 a { background-color: rgb(42,226,104); }

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

border-color css

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

 span { border-color: rgb(42,226,104); }

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