Html Css Color HEX #2AF25E Malachite

📋 copy color: '#2AF25E'

red 42 ◦ green 242 ◦ blue 94

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

Shades of Malachite #2AF25E

Tints of Malachite #2AF25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 11.11%
G = 64.02%
B = 24.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#2AF25E (or 0x2AF25E) is known color: Malachite. HEX triplet: 2A, F2 and 5E. RGB value is (42,242,94). Sum of RGB (Red+Green+Blue) = 42+242+94=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF25E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF25E is #D50DA1. Grayscale: #A5A5A5. Windows color (decimal): -13962658 or 6222378. OLE color: 6222378.

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

Color convert

RGB 42 242 94 -
CMYK 0.83 0 0.61 0.05
HSL 135.6º 0.88% 0.56% -
HSV(B) 135.6º 0.83% 0.95% -
XYZ 34.73 64.8 21.27 -
YUV 165.33 87.74 40.03 -
System Red Green Blue C M Y K H S L
Decimal 42 242 94 0.83 0 0.61 0.05 135.6 0.88 0.56
Hex 2A F2 5E 53 0 3D 5 88 58 38
Octal 52 362 136 123 0 75 5 210 130 70
Binary 101010 11110010 1011110 1010011 0 111101 101 10001000 1011000 111000

Color Harmonies of #2AF25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF25E

Black with #2AF25E

Text Example


Text Example

White with #2AF25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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