Html Css Color HEX #2AF962 Malachite

📋 copy color: '#2AF962'

red 42 ◦ green 249 ◦ blue 98

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

Shades of Malachite #2AF962

Tints of Malachite #2AF962

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.01%

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 10.8%
G = 64.01%
B = 25.19%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#2AF962 (or 0x2AF962) is known color: Malachite. HEX triplet: 2A, F9 and 62. RGB value is (42,249,98). Sum of RGB (Red+Green+Blue) = 42+249+98=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 249 (97.66% from 255 or 64.01% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF962 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF962 is #D5069D. Grayscale: #AAAAAA. Windows color (decimal): -13960862 or 6486314. OLE color: 6486314.

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

Color convert

RGB 42 249 98 -
CMYK 0.83 0 0.61 0.02
HSL 136.23º 0.95% 0.57% -
HSV(B) 136.23º 0.83% 0.98% -
XYZ 37.04 69.13 22.95 -
YUV 169.89 87.42 36.78 -
System Red Green Blue C M Y K H S L
Decimal 42 249 98 0.83 0 0.61 0.02 136.23 0.95 0.57
Hex 2A F9 62 53 0 3D 2 88 5F 39
Octal 52 371 142 123 0 75 2 210 137 71
Binary 101010 11111001 1100010 1010011 0 111101 10 10001000 1011111 111001

Color Harmonies of #2AF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF962

Black with #2AF962

Text Example


Text Example

White with #2AF962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,249,98); }

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

background-color css

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

 a { background-color: rgb(42,249,98); }

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

border-color css

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

 span { border-color: rgb(42,249,98); }

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