Html Css Color HEX #2AFF50 Malachite

📋 copy color: '#2AFF50'

red 42 ◦ green 255 ◦ blue 80

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

Shades of Malachite #2AFF50

Tints of Malachite #2AFF50

RGB

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

 GREEN value IS 255 (100% from 255) = 67.64%

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 11.14%
G = 67.64%
B = 21.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#2AFF50 (or 0x2AFF50) is known color: Malachite. HEX triplet: 2A, FF and 50. RGB value is (42,255,80). Sum of RGB (Red+Green+Blue) = 42+255+80=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF50 is #D500AF. Grayscale: #ABABAB. Windows color (decimal): -13959344 or 5308202. OLE color: 5308202.

HSL color Cylindrical-coordinate representation of color #2AFF50: hue angle of 130.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF50 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 42 255 80 -
CMYK 0.84 0 0.69 0
HSL 130.7º 1% 0.58% -
HSV(B) 130.7º 0.84% 1% -
XYZ 38.16 72.59 19.59 -
YUV 171.36 76.43 35.73 -
System Red Green Blue C M Y K H S L
Decimal 42 255 80 0.84 0 0.69 0 130.7 1 0.58
Hex 2A FF 50 54 0 45 0 83 64 3A
Octal 52 377 120 124 0 105 0 203 144 72
Binary 101010 11111111 1010000 1010100 0 1000101 0 10000011 1100100 111010

Color Harmonies of #2AFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF50

Black with #2AFF50

Text Example


Text Example

White with #2AFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,255,80); }

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

background-color css

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

 a { background-color: rgb(42,255,80); }

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

border-color css

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

 span { border-color: rgb(42,255,80); }

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