Html Css Color HEX #2AF850 Malachite

📋 copy color: '#2AF850'

red 42 ◦ green 248 ◦ blue 80

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

Shades of Malachite #2AF850

Tints of Malachite #2AF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.03%

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

R = 11.35%
G = 67.03%
B = 21.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#2AF850 (or 0x2AF850) is known color: Malachite. HEX triplet: 2A, F8 and 50. RGB value is (42,248,80). Sum of RGB (Red+Green+Blue) = 42+248+80=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 248 (97.27% from 255 or 67.03% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF850 is #D507AF. Grayscale: #A7A7A7. Windows color (decimal): -13961136 or 5306410. OLE color: 5306410.

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

Color convert

RGB 42 248 80 -
CMYK 0.83 0 0.68 0.03
HSL 131.07º 0.94% 0.57% -
HSV(B) 131.07º 0.83% 0.97% -
XYZ 35.97 68.21 18.86 -
YUV 167.25 78.75 38.66 -
System Red Green Blue C M Y K H S L
Decimal 42 248 80 0.83 0 0.68 0.03 131.07 0.94 0.57
Hex 2A F8 50 53 0 44 3 83 5E 39
Octal 52 370 120 123 0 104 3 203 136 71
Binary 101010 11111000 1010000 1010011 0 1000100 11 10000011 1011110 111001

Color Harmonies of #2AF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF850

Black with #2AF850

Text Example


Text Example

White with #2AF850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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