Html Css Color HEX #2AFB60 Malachite

📋 copy color: '#2AFB60'

red 42 ◦ green 251 ◦ blue 96

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

Shades of Malachite #2AFB60

Tints of Malachite #2AFB60

RGB

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

 GREEN value IS 251 (98.44% from 255) = 64.52%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 10.8%
G = 64.52%
B = 24.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#2AFB60 (or 0x2AFB60) is known color: Malachite. HEX triplet: 2A, FB and 60. RGB value is (42,251,96). Sum of RGB (Red+Green+Blue) = 42+251+96=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 251 (98.44% from 255 or 64.52% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFB60 is #D5049F. Grayscale: #ABABAB. Windows color (decimal): -13960352 or 6355754. OLE color: 6355754.

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

Color convert

RGB 42 251 96 -
CMYK 0.83 0 0.62 0.02
HSL 135.5º 0.96% 0.57% -
HSV(B) 135.5º 0.83% 0.98% -
XYZ 37.56 70.33 22.66 -
YUV 170.84 85.76 36.1 -
System Red Green Blue C M Y K H S L
Decimal 42 251 96 0.83 0 0.62 0.02 135.5 0.96 0.57
Hex 2A FB 60 53 0 3E 2 88 60 39
Octal 52 373 140 123 0 76 2 210 140 71
Binary 101010 11111011 1100000 1010011 0 111110 10 10001000 1100000 111001

Color Harmonies of #2AFB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFB60

Black with #2AFB60

Text Example


Text Example

White with #2AFB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,251,96); }

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

background-color css

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

 a { background-color: rgb(42,251,96); }

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

border-color css

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

 span { border-color: rgb(42,251,96); }

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