Html Css Color HEX #2AF75B Malachite

📋 copy color: '#2AF75B'

red 42 ◦ green 247 ◦ blue 91

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

Shades of Malachite #2AF75B

Tints of Malachite #2AF75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 11.05%
G = 65%
B = 23.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#2AF75B (or 0x2AF75B) is known color: Malachite. HEX triplet: 2A, F7 and 5B. RGB value is (42,247,91). Sum of RGB (Red+Green+Blue) = 42+247+91=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF75B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF75B is #D508A4. Grayscale: #A8A8A8. Windows color (decimal): -13961381 or 6027050. OLE color: 6027050.

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

Color convert

RGB 42 247 91 -
CMYK 0.83 0 0.63 0.03
HSL 134.34º 0.93% 0.57% -
HSV(B) 134.34º 0.83% 0.97% -
XYZ 36.1 67.77 21.08 -
YUV 167.92 84.58 38.18 -
System Red Green Blue C M Y K H S L
Decimal 42 247 91 0.83 0 0.63 0.03 134.34 0.93 0.57
Hex 2A F7 5B 53 0 3F 3 86 5D 39
Octal 52 367 133 123 0 77 3 206 135 71
Binary 101010 11110111 1011011 1010011 0 111111 11 10000110 1011101 111001

Color Harmonies of #2AF75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF75B

Black with #2AF75B

Text Example


Text Example

White with #2AF75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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