Html Css Color HEX #2AF946 Malachite

📋 copy color: '#2AF946'

red 42 ◦ green 249 ◦ blue 70

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

Shades of Malachite #2AF946

Tints of Malachite #2AF946

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.98%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 11.63%
G = 68.98%
B = 19.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#2AF946 (or 0x2AF946) is known color: Malachite. HEX triplet: 2A, F9 and 46. RGB value is (42,249,70). Sum of RGB (Red+Green+Blue) = 42+249+70=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF946 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF946 is #D506B9. Grayscale: #A7A7A7. Windows color (decimal): -13960890 or 4651306. OLE color: 4651306.

HSL color Cylindrical-coordinate representation of color #2AF946: hue angle of 128.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF946 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 70 -
CMYK 0.83 0 0.72 0.02
HSL 128.12º 0.95% 0.57% -
HSV(B) 128.12º 0.83% 0.98% -
XYZ 35.94 68.69 17.16 -
YUV 166.7 73.42 39.05 -
System Red Green Blue C M Y K H S L
Decimal 42 249 70 0.83 0 0.72 0.02 128.12 0.95 0.57
Hex 2A F9 46 53 0 48 2 80 5F 39
Octal 52 371 106 123 0 110 2 200 137 71
Binary 101010 11111001 1000110 1010011 0 1001000 10 10000000 1011111 111001

Color Harmonies of #2AF946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF946

Black with #2AF946

Text Example


Text Example

White with #2AF946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,249,70); }

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

background-color css

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

 a { background-color: rgb(42,249,70); }

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

border-color css

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

 span { border-color: rgb(42,249,70); }

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