Html Css Color HEX #2AFE4A Malachite

📋 copy color: '#2AFE4A'

red 42 ◦ green 254 ◦ blue 74

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

Shades of Malachite #2AFE4A

Tints of Malachite #2AFE4A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 68.65%

 BLUE value IS 74 (29.3% from 255) = 20%

R = 11.35%
G = 68.65%
B = 20%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#2AFE4A (or 0x2AFE4A) is known color: Malachite. HEX triplet: 2A, FE and 4A. RGB value is (42,254,74). Sum of RGB (Red+Green+Blue) = 42+254+74=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFE4A is #D501B5. Grayscale: #AAAAAA. Windows color (decimal): -13959606 or 4914730. OLE color: 4914730.

HSL color Cylindrical-coordinate representation of color #2AFE4A: hue angle of 129.06º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE4A is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 42 254 74 -
CMYK 0.83 0 0.71 0.00
HSL 129.06º 0.99% 0.58% -
HSV(B) 129.06º 0.83% 1% -
XYZ 37.63 71.87 18.37 -
YUV 170.09 73.76 36.64 -
System Red Green Blue C M Y K H S L
Decimal 42 254 74 0.83 0 0.71 0.00 129.06 0.99 0.58
Hex 2A FE 4A 53 0 47 0 81 63 3A
Octal 52 376 112 123 0 107 0 201 143 72
Binary 101010 11111110 1001010 1010011 0 1000111 0 10000001 1100011 111010

Color Harmonies of #2AFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFE4A

Black with #2AFE4A

Text Example


Text Example

White with #2AFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,254,74); }

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

background-color css

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

 a { background-color: rgb(42,254,74); }

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

border-color css

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

 span { border-color: rgb(42,254,74); }

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