Html Css Color HEX #2AFF48 Malachite

📋 copy color: '#2AFF48'

red 42 ◦ green 255 ◦ blue 72

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

Shades of Malachite #2AFF48

Tints of Malachite #2AFF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 11.38%
G = 69.11%
B = 19.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#2AFF48 (or 0x2AFF48) is known color: Malachite. HEX triplet: 2A, FF and 48. RGB value is (42,255,72). Sum of RGB (Red+Green+Blue) = 42+255+72=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF48 is #D500B7. Grayscale: #AAAAAA. Windows color (decimal): -13959352 or 4783914. OLE color: 4783914.

HSL color Cylindrical-coordinate representation of color #2AFF48: hue angle of 128.45º 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 #2AFF48 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 42 255 72 -
CMYK 0.84 0 0.72 0
HSL 128.45º 1% 0.58% -
HSV(B) 128.45º 0.84% 1% -
XYZ 37.88 72.48 18.12 -
YUV 170.45 72.43 36.38 -
System Red Green Blue C M Y K H S L
Decimal 42 255 72 0.84 0 0.72 0 128.45 1 0.58
Hex 2A FF 48 54 0 48 0 80 64 3A
Octal 52 377 110 124 0 110 0 200 144 72
Binary 101010 11111111 1001000 1010100 0 1001000 0 10000000 1100100 111010

Color Harmonies of #2AFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF48

Black with #2AFF48

Text Example


Text Example

White with #2AFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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