Html Css Color HEX #2AF958 Malachite

📋 copy color: '#2AF958'

red 42 ◦ green 249 ◦ blue 88

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

Shades of Malachite #2AF958

Tints of Malachite #2AF958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 11.08%
G = 65.7%
B = 23.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#2AF958 (or 0x2AF958) is known color: Malachite. HEX triplet: 2A, F9 and 58. RGB value is (42,249,88). Sum of RGB (Red+Green+Blue) = 42+249+88=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF958 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF958 is #D506A7. Grayscale: #A9A9A9. Windows color (decimal): -13960872 or 5830954. OLE color: 5830954.

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

Color convert

RGB 42 249 88 -
CMYK 0.83 0 0.65 0.02
HSL 133.33º 0.95% 0.57% -
HSV(B) 133.33º 0.83% 0.98% -
XYZ 36.59 68.95 20.61 -
YUV 168.75 82.42 37.59 -
System Red Green Blue C M Y K H S L
Decimal 42 249 88 0.83 0 0.65 0.02 133.33 0.95 0.57
Hex 2A F9 58 53 0 41 2 85 5F 39
Octal 52 371 130 123 0 101 2 205 137 71
Binary 101010 11111001 1011000 1010011 0 1000001 10 10000101 1011111 111001

Color Harmonies of #2AF958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF958

Black with #2AF958

Text Example


Text Example

White with #2AF958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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