Html Css Color HEX #2AFD49 Malachite

📋 copy color: '#2AFD49'

red 42 ◦ green 253 ◦ blue 73

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

Shades of Malachite #2AFD49

Tints of Malachite #2AFD49

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.75%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 11.41%
G = 68.75%
B = 19.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#2AFD49 (or 0x2AFD49) is known color: Malachite. HEX triplet: 2A, FD and 49. RGB value is (42,253,73). Sum of RGB (Red+Green+Blue) = 42+253+73=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 253 (99.22% from 255 or 68.75% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFD49 is #D502B6. Grayscale: #A9A9A9. Windows color (decimal): -13959863 or 4848938. OLE color: 4848938.

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

Color convert

RGB 42 253 73 -
CMYK 0.83 0 0.71 0.01
HSL 128.82º 0.98% 0.58% -
HSV(B) 128.82º 0.83% 0.99% -
XYZ 37.28 71.22 18.09 -
YUV 169.39 73.6 37.14 -
System Red Green Blue C M Y K H S L
Decimal 42 253 73 0.83 0 0.71 0.01 128.82 0.98 0.58
Hex 2A FD 49 53 0 47 1 81 62 3A
Octal 52 375 111 123 0 107 1 201 142 72
Binary 101010 11111101 1001001 1010011 0 1000111 1 10000001 1100010 111010

Color Harmonies of #2AFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFD49

Black with #2AFD49

Text Example


Text Example

White with #2AFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,253,73); }

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

background-color css

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

 a { background-color: rgb(42,253,73); }

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

border-color css

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

 span { border-color: rgb(42,253,73); }

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