Html Css Color HEX #2AF148 Malachite

📋 copy color: '#2AF148'

red 42 ◦ green 241 ◦ blue 72

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

Shades of Malachite #2AF148

Tints of Malachite #2AF148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.89%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 11.83%
G = 67.89%
B = 20.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#2AF148 (or 0x2AF148) is known color: Malachite. HEX triplet: 2A, F1 and 48. RGB value is (42,241,72). Sum of RGB (Red+Green+Blue) = 42+241+72=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF148 is #D50EB7. Grayscale: #A2A2A2. Windows color (decimal): -13962936 or 4780330. OLE color: 4780330.

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

Color convert

RGB 42 241 72 -
CMYK 0.83 0 0.70 0.05
HSL 129.05º 0.88% 0.55% -
HSV(B) 129.05º 0.83% 0.95% -
XYZ 33.58 63.87 16.69 -
YUV 162.23 77.07 42.24 -
System Red Green Blue C M Y K H S L
Decimal 42 241 72 0.83 0 0.70 0.05 129.05 0.88 0.55
Hex 2A F1 48 53 0 46 5 81 58 37
Octal 52 361 110 123 0 106 5 201 130 67
Binary 101010 11110001 1001000 1010011 0 1000110 101 10000001 1011000 110111

Color Harmonies of #2AF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF148

Black with #2AF148

Text Example


Text Example

White with #2AF148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,241,72); }

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

background-color css

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

 a { background-color: rgb(42,241,72); }

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

border-color css

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

 span { border-color: rgb(42,241,72); }

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