Html Css Color HEX #2AF94F Malachite

📋 copy color: '#2AF94F'

red 42 ◦ green 249 ◦ blue 79

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

Shades of Malachite #2AF94F

Tints of Malachite #2AF94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 11.35%
G = 67.3%
B = 21.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#2AF94F (or 0x2AF94F) is known color: Malachite. HEX triplet: 2A, F9 and 4F. RGB value is (42,249,79). Sum of RGB (Red+Green+Blue) = 42+249+79=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 249 (97.66% from 255 or 67.30% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF94F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF94F is #D506B0. Grayscale: #A8A8A8. Windows color (decimal): -13960881 or 5241130. OLE color: 5241130.

HSL color Cylindrical-coordinate representation of color #2AF94F: hue angle of 130.72º 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 #2AF94F is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 79 -
CMYK 0.83 0 0.68 0.02
HSL 130.72º 0.95% 0.57% -
HSV(B) 130.72º 0.83% 0.98% -
XYZ 36.24 68.81 18.77 -
YUV 167.73 77.92 38.32 -
System Red Green Blue C M Y K H S L
Decimal 42 249 79 0.83 0 0.68 0.02 130.72 0.95 0.57
Hex 2A F9 4F 53 0 44 2 83 5F 39
Octal 52 371 117 123 0 104 2 203 137 71
Binary 101010 11111001 1001111 1010011 0 1000100 10 10000011 1011111 111001

Color Harmonies of #2AF94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF94F

Black with #2AF94F

Text Example


Text Example

White with #2AF94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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