Html Css Color HEX #2AF261 Malachite

📋 copy color: '#2AF261'

red 42 ◦ green 242 ◦ blue 97

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

Shades of Malachite #2AF261

Tints of Malachite #2AF261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.52%

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 11.02%
G = 63.52%
B = 25.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#2AF261 (or 0x2AF261) is known color: Malachite. HEX triplet: 2A, F2 and 61. RGB value is (42,242,97). Sum of RGB (Red+Green+Blue) = 42+242+97=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF261 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF261 is #D50D9E. Grayscale: #A6A6A6. Windows color (decimal): -13962655 or 6418986. OLE color: 6418986.

HSL color Cylindrical-coordinate representation of color #2AF261: hue angle of 136.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF261 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 242 97 -
CMYK 0.83 0 0.60 0.05
HSL 136.5º 0.88% 0.56% -
HSV(B) 136.5º 0.83% 0.95% -
XYZ 34.86 64.86 21.99 -
YUV 165.67 89.24 39.79 -
System Red Green Blue C M Y K H S L
Decimal 42 242 97 0.83 0 0.60 0.05 136.5 0.88 0.56
Hex 2A F2 61 53 0 3C 5 88 58 38
Octal 52 362 141 123 0 74 5 210 130 70
Binary 101010 11110010 1100001 1010011 0 111100 101 10001000 1011000 111000

Color Harmonies of #2AF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF261

Black with #2AF261

Text Example


Text Example

White with #2AF261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,242,97); }

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

background-color css

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

 a { background-color: rgb(42,242,97); }

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

border-color css

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

 span { border-color: rgb(42,242,97); }

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