Html Css Color HEX #2AFA53 Malachite

📋 copy color: '#2AFA53'

red 42 ◦ green 250 ◦ blue 83

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

Shades of Malachite #2AFA53

Tints of Malachite #2AFA53

RGB

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

 GREEN value IS 250 (98.05% from 255) = 66.67%

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 11.2%
G = 66.67%
B = 22.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#2AFA53 (or 0x2AFA53) is known color: Malachite. HEX triplet: 2A, FA and 53. RGB value is (42,250,83). Sum of RGB (Red+Green+Blue) = 42+250+83=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFA53 is #D505AC. Grayscale: #A9A9A9. Windows color (decimal): -13960621 or 5503530. OLE color: 5503530.

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

Color convert

RGB 42 250 83 -
CMYK 0.83 0 0.67 0.02
HSL 131.83º 0.95% 0.57% -
HSV(B) 131.83º 0.83% 0.98% -
XYZ 36.7 69.49 19.66 -
YUV 168.77 79.59 37.58 -
System Red Green Blue C M Y K H S L
Decimal 42 250 83 0.83 0 0.67 0.02 131.83 0.95 0.57
Hex 2A FA 53 53 0 43 2 84 5F 39
Octal 52 372 123 123 0 103 2 204 137 71
Binary 101010 11111010 1010011 1010011 0 1000011 10 10000100 1011111 111001

Color Harmonies of #2AFA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFA53

Black with #2AFA53

Text Example


Text Example

White with #2AFA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,250,83); }

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

background-color css

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

 a { background-color: rgb(42,250,83); }

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

border-color css

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

 span { border-color: rgb(42,250,83); }

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