Html Css Color HEX #2AF75F Malachite

📋 copy color: '#2AF75F'

red 42 ◦ green 247 ◦ blue 95

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

Shades of Malachite #2AF75F

Tints of Malachite #2AF75F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 64.32%

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 10.94%
G = 64.32%
B = 24.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#2AF75F (or 0x2AF75F) is known color: Malachite. HEX triplet: 2A, F7 and 5F. RGB value is (42,247,95). Sum of RGB (Red+Green+Blue) = 42+247+95=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 247 (96.88% from 255 or 64.32% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF75F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF75F is #D508A0. Grayscale: #A8A8A8. Windows color (decimal): -13961377 or 6289194. OLE color: 6289194.

HSL color Cylindrical-coordinate representation of color #2AF75F: hue angle of 135.51º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF75F is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 247 95 -
CMYK 0.83 0 0.62 0.03
HSL 135.51º 0.93% 0.57% -
HSV(B) 135.51º 0.83% 0.97% -
XYZ 36.28 67.84 22.01 -
YUV 168.38 86.58 37.86 -
System Red Green Blue C M Y K H S L
Decimal 42 247 95 0.83 0 0.62 0.03 135.51 0.93 0.57
Hex 2A F7 5F 53 0 3E 3 88 5D 39
Octal 52 367 137 123 0 76 3 210 135 71
Binary 101010 11110111 1011111 1010011 0 111110 11 10001000 1011101 111001

Color Harmonies of #2AF75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF75F

Black with #2AF75F

Text Example


Text Example

White with #2AF75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,247,95); }

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

background-color css

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

 a { background-color: rgb(42,247,95); }

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

border-color css

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

 span { border-color: rgb(42,247,95); }

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